Searched refs:CancellableStreamRead (Results 1 – 1 of 1) sorted by relevance
686 let (result, buf) = CancellableStreamRead { in run()711 struct CancellableStreamRead<'a> { in run()719 impl Future for CancellableStreamRead<'_> { in run() implementation