Trait revm_primitives::specification::Spec
source · pub trait Spec: Sized + 'static {
const SPEC_ID: SpecId;
// Provided method
fn enabled(spec_id: SpecId) -> bool { ... }
}
Required Associated Constants§
Provided Methods§
Object Safety§
This trait is not object safe.