[][src]Function markedit::text

pub fn text<P>(predicate: P) -> impl Matcher where
    P: FnMut(&str) -> bool

Match a Event::Text node using an arbitrary predicate.