Home
last modified time | relevance | path

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

/linux/rust/kernel/init/
H A D__internal.rs237 pub struct AlwaysFail<T: ?Sized> { struct
241 impl<T: ?Sized> AlwaysFail<T> { argument
248 impl<T: ?Sized> Default for AlwaysFail<T> { implementation
255 unsafe impl<T: ?Sized> PinInit<T, ()> for AlwaysFail<T> { implementation