Lines Matching defs:E
30 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
32 E: From<AllocError>;
51 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
53 E: From<AllocError>;
84 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
86 E: From<AllocError>,
92 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
94 E: From<AllocError>,
102 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
104 E: From<AllocError>,
120 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
122 E: From<AllocError>,
142 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> {
152 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> {