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

Required Methods§

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

Implementations on Foreign Types§

source§

impl BlueprintFeature for AccountFeature

source§

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

source§

impl BlueprintFeature for MetadataFeature

source§

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

source§

impl BlueprintFeature for RoleAssignmentFeature

source§

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

source§

impl BlueprintFeature for ComponentRoyaltyFeature

source§

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

Implementors§