Function get_with_location

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