Type Alias pingora_error::Result
source · pub type Result<T, E = BError> = Result<T, E>;Expand description
Syntax sugar for std::Result<T, BError>
Aliased Type§
enum Result<T, E = BError> {
Ok(T),
Err(E),
}pub type Result<T, E = BError> = Result<T, E>;Syntax sugar for std::Result<T, BError>
enum Result<T, E = BError> {
Ok(T),
Err(E),
}