pub(super) fn set_account<L: LedgerIntf>(
ledger: &mut L,
account: (Account, ExistingOrNew<<L as LedgerIntf>::Location>),
) -> Result<(), String>
pub(super) fn set_account<L: LedgerIntf>(
ledger: &mut L,
account: (Account, ExistingOrNew<<L as LedgerIntf>::Location>),
) -> Result<(), String>