Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
D__internal.rs270 pub struct AlwaysFail<T: ?Sized> { struct
274 impl<T: ?Sized> AlwaysFail<T> { implementation
281 impl<T: ?Sized> Default for AlwaysFail<T> { implementation
288 unsafe impl<T: ?Sized> PinInit<T, ()> for AlwaysFail<T> { implementation