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
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".