Function rushell_deps_pom::parser::call[][src]

pub fn call<'a, I, O, F: 'a>(parser_factory: F) -> Parser<'a, I, O> where
    F: Fn() -> Parser<'a, I, O> + Sync + Send,
    I: Send,
    O: Send

Call a parser factory, can be used to create recursive parsers.