Function lip::indent

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

Parse an indentation specified the number of spaces.