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