tokio::io::util::split

Function split

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