Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A D__internal.rs291 pub struct AlwaysFail<T: ?Sized> { struct
295 impl<T: ?Sized> AlwaysFail<T> { impl
302 impl<T: ?Sized> Default for AlwaysFail<T> { implementation
309 unsafe impl<T: ?Sized> PinInit<T, ()> for AlwaysFail<T> { implementation
H A Dlib.rs880 let init = $crate::__internal::AlwaysFail::<$field_ty>::new();