Function asyncio::write_until [] [src]

pub fn write_until<S, M>(s: &S, sbuf: &mut StreamBuf, cond: M) -> Result<usize> where S: Stream, M: MatchCondition