Searched defs:CommentBlock (Results 1 – 1 of 1) sorted by relevance
49 pub struct CommentBlock { struct56 impl CommentBlock { implementation57 pub fn extract(tag: &str, text: &str) -> Vec<CommentBlock> { in extract()76 pub fn extract_untagged(text: &str) -> Vec<CommentBlock> { in extract_untagged()