Type Definition jmespath::ParseResult [] [src]

type ParseResult = Result<Ast, JmespathError>;

Result of parsing an expression.