paralegal_compiler::parsers::variable_intro

Function variable_intro

Source
pub fn variable_intro(
    s: &str,
) -> IResult<&str, VariableIntro, VerboseError<&str>>