Home
last modified time | relevance | path

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

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