[][src]Function lip::indents

pub fn indents<'a, S: Clone + 'a>(
    number_of_spaces: usize,
    number_of_indents: usize
) -> BoxedParser<'a, (), S>

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