Function parsed::parser::maybe[][src]

pub fn maybe<T: 'static>(this: impl Matcher<T>) -> impl Matcher<Option<T>>