Searched defs:DocCommentIter (Results 1 – 1 of 1) sorted by relevance
76 fn doc_comments(&self) -> DocCommentIter { in doc_comments()84 impl DocCommentIter { impl85 pub fn from_syntax_node(syntax_node: &ast::SyntaxNode) -> DocCommentIter { in from_syntax_node()103 pub struct DocCommentIter { struct107 impl Iterator for DocCommentIter { argument