pub type ByteLineResult = Result<ByteLine>;
pub enum ByteLineResult { Ok(ByteString), Err(Error), }
Contains the success value
Contains the error value