Searched defs:AllocInit (Results 1 – 1 of 1) sorted by relevance
22 enum AllocInit { enum177 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in()212 … fn try_allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Result<Self, TryReserveError> { in try_allocate_in()