We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
push()
Result
.ok()