Searched defs:PinnedSelf (Results 1 – 2 of 2) sorted by relevance
1183 type PinnedSelf; typedef1189 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()1227 type PinnedSelf = Self; typedef1230 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()1247 type PinnedSelf = Pin<Self>; typedef1250 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init()
371 type PinnedSelf = Pin<Self>; typedef