Type Alias EnsureRootOr

Source
pub type EnsureRootOr<O> = EitherOfDiverse<EnsureRoot<AccountId>, O>;

Aliased Typeยง

pub struct EnsureRootOr<O>(/* private fields */);