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

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

impl<'a, I> CommentLess for I where
    I: Iterator<Item = ParsedLine<'a>>, 
[src]

Important traits for NoCommentIter<I>