Searched defs:ChainInit (Results 1 – 1 of 1) sorted by relevance
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1201 pub struct ChainInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E, T)>); struct 1206 unsafe impl<T: ?Sized, E, I, F> Init<T, E> for ChainInit<I, F, T, E> implementation 1222 unsafe impl<T: ?Sized, E, I, F> PinInit<T, E> for ChainInit<I, F, T, E> implementation
|