intuicio_parser::map::shorthand

Function map

Source
pub fn map<I: 'static, O: 'static>(
    parser: ParserHandle,
    f: impl FnMut(I) -> O + Send + Sync + 'static,
) -> ParserHandle