Searched defs:InsertError (Results 1 – 3 of 3) sorted by relevance
15 pub struct InsertError; struct19 impl fmt::Display for InsertError { implementation174 pub fn insert(&mut self, elt: A::Item) -> Result<bool, InsertError> { in insert() argument207 ) -> Result<Option<A::Item>, InsertError> { in replace() argument
48 pub(crate) enum InsertError { enum
94 ) -> Result<u64, (TimerHandle, InsertError)> { in insert() argument