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