Searched defs:ListItemCommentStyle (Results 1 – 1 of 1) sorted by relevance
112 pub(crate) enum ListItemCommentStyle { enum575 pub(crate) fn extract_pre_comment(pre_snippet: &str) -> (Option<String>, ListItemCommentStyle) { in extract_pre_comment() argument