pub fn set_with_location<L>(
ledger: &mut L,
location: &ExistingOrNew<L::Location>,
account: Box<Account>,
) -> Result<(), String>where
L: LedgerIntf,
pub fn set_with_location<L>(
ledger: &mut L,
location: &ExistingOrNew<L::Location>,
account: Box<Account>,
) -> Result<(), String>where
L: LedgerIntf,