Trait devise::FromMeta[][src]

pub trait FromMeta {
    fn from_meta(meta: MetaItem<'_>) -> Result<Self, Diagnostic>;

    fn from_attr(name: &str, attr: &Attribute) -> Result<Self, Diagnostic> { ... }
fn from_attrs(
        name: &str,
        attrs: &[Attribute]
    ) -> Option<Result<Self, Diagnostic>> { ... }
fn default() -> Option<Self> { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors