Searched refs:try_pin_init (Results 1 – 2 of 2) sorted by relevance
613 macro_rules! try_pin_init { macro1118 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method1134 Self::try_pin_init(init) in pin_init()1157 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method1187 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method
30 pub use super::{init, pin_init, try_init, try_pin_init};