pub type Result<T> = Result<T, EngineError>;Expand description
Result type alias for onedrop-engine operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(EngineError),
}pub type Result<T> = Result<T, EngineError>;Result type alias for onedrop-engine operations.
pub enum Result<T> {
Ok(T),
Err(EngineError),
}