Function derive_builder_core::doc_comment_from [] [src]

pub fn doc_comment_from(s: String) -> Attribute

Doc-comment, implementing quote::ToTokens.

Examples

Will expand to something like the following (depending on inner value):

#[doc = r##"foo"##]