pub fn doc_attr(description: &Option<String>) -> TokenStreamExpand description
Emit #[doc = "..."] if the description is Some, otherwise nothing.
pub fn doc_attr(description: &Option<String>) -> TokenStreamEmit #[doc = "..."] if the description is Some, otherwise nothing.