pub trait Spec: Sized { const SPEC_ID: SpecId; // Provided method fn enabled(spec_id: SpecId) -> bool { ... } }