[][src]Type Definition jmespatch::ParseResult

type ParseResult = Result<Ast, JmespathError>;

Result of parsing an expression.