Trait Meta
enum_meta
pub trait Meta<R> { fn meta(&self) -> R; }
Trait for accessing metadata
fn meta(&self) -> R