pub fn set_account<'a, L>(
l: &'a mut L,
(a, loc): (Box<Account>, &ExistingOrNew<L::Location>),
) -> &'a mut Lwhere
L: LedgerIntf,
pub fn set_account<'a, L>(
l: &'a mut L,
(a, loc): (Box<Account>, &ExistingOrNew<L::Location>),
) -> &'a mut Lwhere
L: LedgerIntf,