fn get_with_location<L>(
ledger: &mut L,
account_id: &AccountId,
) -> Result<(ExistingOrNew<L::Location>, Box<Account>), String>where
L: LedgerIntf,
fn get_with_location<L>(
ledger: &mut L,
account_id: &AccountId,
) -> Result<(ExistingOrNew<L::Location>, Box<Account>), String>where
L: LedgerIntf,