Trait ra_ap_syntax::ast::DocCommentsOwner[][src]

pub trait DocCommentsOwner: AttrsOwner {
    fn doc_comments(&self) -> CommentIter

Notable traits for CommentIter

impl Iterator for CommentIter type Item = Comment;
{ ... } }

Provided methods

Implementors