Trait Balance
pub trait Balance:
    AtLeast32BitUnsigned
    + FullCodec
    + DecodeWithMemTracking
    + HasCompact
    + Copy
    + Default
    + Debug
    + TypeInfo
    + MaxEncodedLen
    + Send
    + Sync
    + MaybeSerializeDeserialize
    + 'staticwhere
    Self::Type: DecodeWithMemTracking,{ }Expand description
Simple amalgamation trait to collect together properties for a Balance under one roof.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.