Trait anychain_core::amount::Amount
source · pub trait Amount: Copy + Clone + Debug + Display + Send + Sync + 'static + Eq + Ord + Sized + Hash { }Expand description
The interface for a generic amount.
Object Safety§
This trait is not object safe.