Function brush_parser::word::parse_parameter
source · pub fn parse_parameter(
word: &str,
options: &ParserOptions,
) -> Result<Parameter, WordParseError>Expand description
Parse the given word into a parameter expression.
§Arguments
word- The word to parse.options- The parser options to use.