Function parse_with_stack

Source
pub fn parse_with_stack<TBlockStack: Stack<StackEntry>, TInlineStack: Stack<StackEntry>>(
    input: &[u8],
) -> BlockEventStreamInlineSegmentMapper<'_, Parser<'_, TBlockStack>, TInlineStack>