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