Trait nvimpam_lib::nocommentiter::CommentLess[][src]

pub trait CommentLess {
    fn remove_comments(self) -> NoCommentIter<Self>
    where
        Self: Sized
; }

Designates that the comments have been removed.

Required Methods

Important traits for NoCommentIter<I>

Implementors