Function asyncio::async_write_until [] [src]

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