Lines Matching defs:E
32 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() argument
44 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() argument
90 fn make_closure<F, E>(self, f: F) -> F in make_closure() argument
121 fn make_closure<F, E>(self, f: F) -> F in make_closure() argument
191 pub fn init<E>(self: Pin<&mut Self>, init: impl PinInit<T, E>) -> Result<Pin<&mut T>, E> { in init() argument