"image.png" <- btw code screenshots have a few disadvantages (screen readers get left out, they take more space, can't be found by search or copy pasted to edit/comment on, etc). You can post syntax highlighted code by putting it in triple backticks and adding `rust` to the first backticks, like so: ```` ```rust your().code().here() ``` ````