Trait monster::incubation::slice_take_while::SliceTakeWhile [] [src]

pub trait SliceTakeWhile {
    type Item;
    fn take_while<F>(self, f: F) -> Self
    where
        F: Fn(&Self::Item) -> bool
; }

Associated Types

Required Methods

Implementors