Searched defs:CollectionAllocErr (Results 1 – 1 of 1) sorted by relevance
283 pub enum CollectionAllocErr { enum293 impl fmt::Display for CollectionAllocErr { implementation300 impl From<LayoutErr> for CollectionAllocErr { implementation316 fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> { in layout_array() argument896 pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> { in try_grow() argument950 pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve() argument973 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve_exact() argument