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