pub trait NoteProperty {
    // Provided method
    fn property_type(&self) -> PropertyType { ... }
}
Expand description

Trait shared by all GNU property types

Provided Methods§

fn property_type(&self) -> PropertyType

Return the type of the property

Implementors§