e.g. https://github.com/rust-embedded/heapless/blob/cbd406eab8eaba37206cd9f4924b1e4bdf314d5d/src/vec.rs#L19C1-L20C1 `push()` is fallible. The `Result` should be used, even if it is just `.ok()`ed.