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()
207 type PinnedSelf = Self; typedef210 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()695 type PinnedSelf = Pin<Self>; typedef698 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
382 type PinnedSelf = Pin<Self>; typedef