Searched defs:PinnedSelf (Results 1 – 3 of 3) sorted by relevance
149 type PinnedSelf; typedef155 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
206 type PinnedSelf = Self; typedef209 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()692 type PinnedSelf = Pin<Self>; typedef695 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
344 type PinnedSelf = Pin<Self>; typedef