Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 1 of 1) sorted by relevance

/rust/alloc/
Dboxed.rs2012 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
2013 F::poll(Pin::new(&mut *self), cx) in poll()