pub trait BlueprintFeature {
    // Required method
    fn feature_name(&self) -> &'static str;
}

Required Methods§

fn feature_name(&self) -> &'static str

Implementors§