Home
last modified time | relevance | path

Searched defs:AllocInit (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/alloc/src/
Draw_vec.rs21 enum AllocInit { enum
168 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in()