> <@holo:matrix.org> sent an image.

 * btw code screenshots have a few disadvantages (screen readers get left out, they take more storage space, can't be found by search or copy pasted to edit/comment on, readability can be an issue, 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()
```
````

if you want to insert a newline in multi line text, use shift+return