Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/kvec/
H A Derrors.rs9 pub struct PushError<T>(pub T); struct
11 impl<T> Debug for PushError<T> { implementation