pub type EngineResult<T = ()> = Result<T, EngineError>;Expand description
Result alias used throughout the StorageEngine trait
Aliased Type§
pub enum EngineResult<T = ()> {
Ok(T),
Err(EngineError),
}pub type EngineResult<T = ()> = Result<T, EngineError>;Result alias used throughout the StorageEngine trait
pub enum EngineResult<T = ()> {
Ok(T),
Err(EngineError),
}