Home
last modified time | relevance | path

Searched refs:as_pin_mut (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/either/src/
H A Dlib.rs275 pub fn as_pin_mut(self: Pin<&mut Self>) -> Either<Pin<&mut L>, Pin<&mut R>> { in as_pin_mut() functions
1084 for_both!(self.as_pin_mut(), inner => inner.poll(cx)) in poll()

Completed in 3 milliseconds