pub trait HasDocComments: HasAttrs { // Provided method fn doc_comments(&self) -> DocCommentIter ⓘ { ... } }