Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/server/
H A Dio_stream.rs119 SelectOutput::Done => Poll::Ready(None), in poll_next()
155 Ok(None) => SelectOutput::Done, in select()
182 Done, enumerator
/tonic/tonic-web/src/
H A Dcall.rs315 FindTrailers::Done(len) => Poll::Ready(match len { in poll_frame()
471 return Ok(FindTrailers::Done(len)); in find_trailers()
505 Done(usize), enumerator