pub type GeneralAdminOrRoot = EitherOf<EnsureRoot<AccountId>, GeneralAdmin>;

Aliased Type§

struct GeneralAdminOrRoot(/* private fields */);