Function lip::indents

source ·
pub fn indents<'a, S: Clone + 'a>(
    number_of_spaces: usize,
    number_of_indents: usize
) -> impl Parser<'a, Output = (), State = S>
Expand description

Parse a given number of indentations specified the number of spaces.