Function eat_statement

Source
pub fn eat_statement<'a>(
    input: &'a str,
) -> Result<(Statement<'a>, &'a str), (String, &'a str)>