Trait DomainsCheck

Source
pub trait DomainsCheck {
    // Required method
    fn is_domains_enabled() -> bool;
}
Expand description

Trait to check if the Domains are enabled on Consensus.

Required Methods§

Source

fn is_domains_enabled() -> bool

Check if the domains are enabled on Runtime.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§