paralegal_compiler::parsers::variable_intro

Function variable_def

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