pub type Result<T> = Result<T, RhombusError>;Expand description
Simplified error type
Aliased Type§
enum Result<T> {
Ok(T),
Err(RhombusError),
}pub type Result<T> = Result<T, RhombusError>;Simplified error type
enum Result<T> {
Ok(T),
Err(RhombusError),
}