paralegal_compiler::parsers::variable_intro

Function variable_marked

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