pub type BytesLoadResult = Result<BytesPoll>;
enum BytesLoadResult { Ok(BytesPoll), Err(LoadError), }
Contains the success value
Contains the error value