Skip to main content

parse

Function parse 

Source
pub fn parse<S: AsRef<str>>(
    input: &[S],
) -> Result<TestExpr, TestCommandParseError>
Expand description

Parses a test command expression.

ยงArguments

  • input - The test command expression to parse, in string form.