Home
last modified time | relevance | path

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

/system/keymint/common/src/
Dlib.rs121 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push() method
131 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push() method