Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/
H A Dmod.rs74 pub fn kind(&self) -> TryReserveErrorKind { in kind()
86 pub enum TryReserveErrorKind { enum
122 impl From<LayoutError> for TryReserveErrorKind { implementation