Function tokio::io::util::split::split

source ยท
pub(crate) fn split<R>(reader: R, delim: u8) -> Split<R>
where R: AsyncBufRead,