Trait RuntimeFlag
pub trait RuntimeFlag {
// Required methods
fn is_static(&self) -> bool;
fn spec_id(&self) -> SpecId;
}Expand description
Runtime flags that control interpreter execution behavior.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".