Home
last modified time | relevance | path

Searched refs:try_push (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/rust/
H A Drust_minimal.rs25 numbers.try_push(72)?; in init()
26 numbers.try_push(108)?; in init()
27 numbers.try_push(200)?; in init()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1967 pub fn try_push(&mut self, value: T) -> Result<(), TryReserveError> { in try_push() method