Function inner_block_parser

Source
pub fn inner_block_parser(
    stmt_parser: impl Parser<char, Statement, Error = Simple<char>>,
) -> impl Parser<char, Block, Error = Simple<char>>