Searched defs:poll_closed (Results 1 – 3 of 3) sorted by relevance
27 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed() method31 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed() method
793 pub fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed() method
513 pub fn poll_closed(&mut self, cx: &mut Context) -> Poll<Result<(), crate::Error>> { in poll_closed() function