Searched defs:CollectionAllocErr (Results 1 – 1 of 1) sorted by relevance
295 pub enum CollectionAllocErr { enum305 impl fmt::Display for CollectionAllocErr { implementation312 impl From<LayoutErr> for CollectionAllocErr { implementation328 fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> { in layout_array() argument1173 pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> { in try_grow() argument1237 pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve() argument1259 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve_exact() argument