intuicio_parser::map::shorthand

Function omap

Source
pub fn omap(
    parser: ParserHandle,
    f: impl FnMut(ParserOutput) -> ParserOutput + Send + Sync + 'static,
) -> ParserHandle