pub trait RuntimeFlag {
// Required methods
fn is_static(&self) -> bool;
fn spec_id(&self) -> SpecId;
}
Expand description
Runtime flags that control interpreter execution behavior.
pub trait RuntimeFlag {
// Required methods
fn is_static(&self) -> bool;
fn spec_id(&self) -> SpecId;
}
Runtime flags that control interpreter execution behavior.