Trait mun_syntax::ast::DocCommentsOwner[][src]

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

Notable traits for CommentIter

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

Provided methods

fn doc_comments(&self) -> CommentIter

Notable traits for CommentIter

impl Iterator for CommentIter type Item = Comment;
[src]

Loading content...

Implementors

Loading content...