Searched defs:PinnedSelf (Results 1 – 2 of 2) sorted by relevance
1201 type PinnedSelf; typedef1207 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()1245 type PinnedSelf = Self; typedef1248 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()1265 type PinnedSelf = Pin<Self>; typedef1268 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
333 type PinnedSelf = Pin<Self>; typedef