[][src]Trait gazetta_core::model::Meta

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl Meta for ()[src]

Loading content...

Implementors

impl Meta for Hash[src]

Loading content...