[][src]Trait agnes::label::LabelName

pub trait LabelName {
    fn name() -> &'static str;
fn str_type() -> &'static str; }

Trait to access name and type description for a label.

Required methods

fn name() -> &'static str

Returns the label name.

fn str_type() -> &'static str

Returns a string specified the type of this data referred to by this label.

Loading content...

Implementors

impl<T> LabelName for T where
    T: Label
[src]

Loading content...