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.rs11 pub struct PushError<T>(pub T); implementation
9 pub struct PushError<T>(pub T); global() struct