Trait otter_api_tests::AccountNameOrId[][src]

pub trait AccountNameOrId: Copy {
    fn initial_lookup(self, accounts: &Accounts) -> Option<AccountId>;
}

Required methods

Implementors