Function peruse::slice_parsers::matcher [] [src]

pub fn matcher<T: Clone, U, F: 'static + Fn(T) -> Option<U>>(
    f: F
) -> MatchParser<T, U>