Skip to main content

NoteProperty

Trait NoteProperty 

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§