Function rustla::parser::state_machine::body::bullet[][src]

pub fn bullet(
    src_lines: &Vec<String>,
    base_indent: usize,
    section_level: &mut usize,
    line_cursor: &mut LineCursor,
    doctree: DocTree,
    captures: &Captures<'_>,
    pattern_name: &Pattern
) -> TransitionResult

The transition method for matching bullets in Body state. Causes the parser to push a new machine in the state BulletList on top of its machine stack. Leaves the reponsibility of the actual parsing to that state.