Searched defs:WithComments (Results 1 – 2 of 2) sorted by relevance
441 pub struct WithComments { struct443 pub ast: Ast,445 pub comments: Vec<Comment>,
346 ) -> Result<ast::WithComments> { in parse_with_comments()957 fn parse_with_comments(&self) -> Result<ast::WithComments> { in parse_with_comments()