pub type Result<T> = Result<T, BytesError>;Expand description
Result alias for raw bytes read operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BytesError),
}pub type Result<T> = Result<T, BytesError>;Result alias for raw bytes read operations.
pub enum Result<T> {
Ok(T),
Err(BytesError),
}