Searched defs:InitClosure (Results 1 – 1 of 1) sorted by relevance
23 pub(crate) struct InitClosure<F, T: ?Sized, E>(pub(crate) F, pub(crate) Invariant<(E, T)>); global() struct 27 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E> global() implementation 39 unsafe impl<T: ?Sized, F, E> PinInit<T, E> for InitClosure<F, T, E> global() implementation