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

Required Methods

Implementors