Searched refs:PinnedSelf (Results 1 – 2 of 2) sorted by relevance
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 723 type PinnedSelf = Pin<Self>; typedef 726 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() argument
384 type PinnedSelf = Pin<Self>; typedef