Trait gazetta_core::model::Meta
[−]
[src]
pub trait Meta: Sized {
fn from_yaml(yaml: Hash) -> Result<Self, &'static str>;
}
Required Methods
Implementations on Foreign Types
impl Meta for ()[src]
Implementors
impl Meta for Hash