pub type EnsureAccountOrRoot<Account> = EitherOfDiverse<EnsureSignedBy<AdminOnly<Account>, AccountId>, EnsureRoot<AccountId>>;

Aliased Type§

struct EnsureAccountOrRoot<Account>(/* private fields */);