Searched defs:ChainInit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 929 pub struct ChainInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E, Box<T>)>); struct 934 unsafe impl<T: ?Sized, E, I, F> Init<T, E> for ChainInit<I, F, T, E> implementation 952 unsafe impl<T: ?Sized, E, I, F> PinInit<T, E> for ChainInit<I, F, T, E> implementation
|