Searched refs:try_push (Results 1 – 2 of 2) sorted by relevance
25 numbers.try_push(72)?; in init()26 numbers.try_push(108)?; in init()27 numbers.try_push(200)?; in init()
1967 pub fn try_push(&mut self, value: T) -> Result<(), TryReserveError> { in try_push() method