Lines Matching refs:E
30 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
32 E: From<AllocError>;
50 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
52 E: From<AllocError>;
82 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
84 E: From<AllocError>,
90 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
92 E: From<AllocError>,
100 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E>
102 E: From<AllocError>,
118 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E>
120 E: From<AllocError>,
139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> {
148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> {