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