Function asyncio::async_read_until [] [src]

pub fn async_read_until<S, M, F>(s: &S,
                                 sbuf: &mut StreamBuf,
                                 cond: M,
                                 handler: F)
                                 -> F::Output where S: Stream, M: MatchCondition, F: Handler<usize>