Searched defs:try_push (Results 1 – 2 of 2) sorted by relevance
33 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push() method44 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push() method
154 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push() method165 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push() method