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