pub trait IntoAttribute {
    // Required method
    fn into_attr(self) -> Attribute;
}

Required Methods§

Implementors§