pub type Result<T> = Result<T, KlafsError>;Expand description
Result type for Klafs operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KlafsError),
}pub type Result<T> = Result<T, KlafsError>;Result type for Klafs operations
pub enum Result<T> {
Ok(T),
Err(KlafsError),
}