Looking at [`write!`](https://doc.rust-lang.org/stable/std/macro.write!.html) documentation page, the only thing you can figure out is that `write!` does return something and “something” has a `unwrap()` method.