pub trait Metadata {
    fn get_meta(&self) -> Meta;
}

Required Methods

Implementors