pub type EnsureAccountOrRootOr<Account, O> = EitherOfDiverse<EnsureAccountOrRoot<Account>, O>;

Aliased Type§

struct EnsureAccountOrRootOr<Account, O>(/* private fields */);