pub trait CommentReplaceExt<'a> {
    // Required method
    fn replace_comments(&'a mut self) -> CommentReplaceIter<'_> ;
}

Required Methods§

source

fn replace_comments(&'a mut self) -> CommentReplaceIter<'_>

replace WGSL and GLSL comments with whitespace characters

Implementations on Foreign Types§

source§

impl<'a> CommentReplaceExt<'a> for Lines<'a>

Implementors§