Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/collections/
Dmod.rs76 pub fn kind(&self) -> TryReserveErrorKind { in kind()
88 pub enum TryReserveErrorKind { enum
124 impl From<LayoutError> for TryReserveErrorKind { implementation