Trait frame_support::traits::TryDrop [−][src]
Expand description
A type for which some values make sense to be able to drop without further consideration.
Required methods
Implementors
impl<A: AssetId, B: Balance, OnDrop: HandleImbalanceDrop<A, B>, OppositeOnDrop: HandleImbalanceDrop<A, B>> TryDrop for frame_support::traits::tokens::fungibles::Imbalance<A, B, OnDrop, OppositeOnDrop>
impl<B: Balance, OnDrop: HandleImbalanceDrop<B>, OppositeOnDrop: HandleImbalanceDrop<B>> TryDrop for frame_support::traits::tokens::fungible::Imbalance<B, OnDrop, OppositeOnDrop>