pub type EnsureRootOrTwoThirdsCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 2, 3>>;

Aliased Type§

struct EnsureRootOrTwoThirdsCommunityCouncil(/* private fields */);