Function decode_raw

Source
pub async fn decode_raw<S>(stream: S) -> Option<(Result<TtyChunk>, S)>
where S: AsyncRead + Unpin,