Searched defs:PinnedSelf (Results 1 – 3 of 3) sorted by relevance
141 type PinnedSelf; typedef147 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
208 type PinnedSelf = Self; typedef 211 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() argument 707 type PinnedSelf = Pin<Self>; typedef 710 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() argument
462 type PinnedSelf = Pin<Self>; typedef