Function read

Source
pub fn read(
    stream: impl Read,
    input: Result<StreamOutput, Vec<u8>>,
) -> Result<StreamIo>
Available on crate feature std only.