[][src]Trait gazetta::model::Meta

pub trait Meta {
    fn from_yaml(
        yaml: LinkedHashMap<Yaml, Yaml, RandomState>
    ) -> Result<Self, &'static str>; }

Required methods

fn from_yaml(
    yaml: LinkedHashMap<Yaml, Yaml, RandomState>
) -> Result<Self, &'static str>

Loading content...

Implementations on Foreign Types

impl Meta for ()[src]

impl Meta for LinkedHashMap<Yaml, Yaml, RandomState>[src]

Loading content...

Implementors

impl Meta for EntryMeta[src]

impl Meta for SourceMeta[src]

Loading content...