pub trait CommentReplaceExt<'a> {
// Required method
fn replace_comments(&'a mut self) -> CommentReplaceIter<'a> ⓘ;
}
Required Methods§
Sourcefn replace_comments(&'a mut self) -> CommentReplaceIter<'a> ⓘ
fn replace_comments(&'a mut self) -> CommentReplaceIter<'a> ⓘ
replace WGSL and GLSL comments with whitespace characters