Trait rsynth::meta::Meta[][src]

pub trait Meta {
    type MetaData;
    fn meta(&self) -> &Self::MetaData;
}

Define the meta-data for an application or plug-in.

See the module level documentation for more details.

Associated Types

type MetaData[src]

The data-type that represents the meta-data.

Note

In most cases, the struct MetaData can be used for this associated type.

Loading content...

Required methods

fn meta(&self) -> &Self::MetaData[src]

Get the meta-data.

Loading content...

Implementors

Loading content...