pub type MoneyResult<T> = Result<T, MoneyError>;Expand description
Money result type
Aliased Type§
pub enum MoneyResult<T> {
Ok(T),
Err(MoneyError),
}pub type MoneyResult<T> = Result<T, MoneyError>;Money result type
pub enum MoneyResult<T> {
Ok(T),
Err(MoneyError),
}