Trait otter_api_tests::AccountNameOrId [−][src]
pub trait AccountNameOrId: Copy { pub fn initial_lookup(self, accounts: &Accounts) -> Option<AccountId>; }
pub trait AccountNameOrId: Copy { pub fn initial_lookup(self, accounts: &Accounts) -> Option<AccountId>; }
pub fn initial_lookup(self, accounts: &Accounts) -> Option<AccountId>[src]impl AccountNameOrId for AccountId[src]pub fn initial_lookup(self, &Accounts) -> Option<AccountId>[src]impl<'n> AccountNameOrId for &'n AccountName[src]pub fn initial_lookup(self, accounts: &Accounts) -> Option<AccountId>[src]