Function from_reader

Source
pub fn from_reader<'a, R>(reader: BufReader<R>) -> Box<UciStream>
where R: AsyncRead + Unpin + Sync + Send + 'static,