Type Alias runtime_common::origin::EnsureAccountOrRootOr
source · pub type EnsureAccountOrRootOr<Account, O> = EitherOfDiverse<EnsureAccountOrRoot<Account>, O>;
Aliased Type§
struct EnsureAccountOrRootOr<Account, O>(/* private fields */);