Function asyncio::read_until
[−]
[src]
pub fn read_until<S, M>(s: &S, sbuf: &mut StreamBuf, cond: M) -> Result<usize> where S: Stream, M: MatchCondition