pub trait IsSystem {
// Required method
fn is_system(&self) -> bool;
}Expand description
Determine if a parachain is a system parachain or not.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".