[][src]Trait syn_ext::AttributeExt

pub trait AttributeExt {
    fn from_meta<M>(meta: M) -> Self
    where
        M: IntoAttribute
; }

Required methods

fn from_meta<M>(meta: M) -> Self where
    M: IntoAttribute, 

Loading content...

Implementations on Foreign Types

impl AttributeExt for Attribute[src]

Loading content...

Implementors

Loading content...