pub fn reducible_balance_protect_preserve<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,Expand description
Tests Inspect::reducible_balance returns Inspect::balance -
Inspect::minimum_balance when called with either Preservation::Protect or
Preservation::Preserve.