Searched defs:CollectionAllocErr (Results 1 – 1 of 1) sorted by relevance
298 pub enum CollectionAllocErr { enum308 impl fmt::Display for CollectionAllocErr { implementation315 impl From<LayoutErr> for CollectionAllocErr { implementation331 fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> { in layout_array() argument1176 pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> { in try_grow() argument1240 pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve() argument1262 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve_exact() argument