Trait enum_meta::Meta[][src]

pub trait Meta<R> {
    fn meta(&self) -> R;
}

Trait for accessing metadata

Required Methods

Implementors