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

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

Required Methods

Implementors