Function neure::re::ctor::rec_parser_sync
source · pub fn rec_parser_sync<'a, 'b, C, O, I>(
handler: impl Fn(RecursiveCtorSync<'b, C, O>) -> I
) -> RecursiveCtorSync<'b, C, O>where
C: Context<'a>,
I: Fn(&mut C) -> Result<O, Error> + 'b,