pub type Result<T> = Result<T, ExplainError>;Expand description
Result type alias for trueno-explain operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ExplainError),
}pub type Result<T> = Result<T, ExplainError>;Result type alias for trueno-explain operations
pub enum Result<T> {
Ok(T),
Err(ExplainError),
}