pub trait ToAttrTokenStream: Send + Sync {
    fn to_attr_token_stream(&self) -> AttrTokenStream;
}

Required Methods

Implementors