pub trait FunctionResult { }Expand description
A utility trait that represents the return value of functions, filters and tests.
It’s implemented for the following types:
- Rvwhere- Rvimplements- Into<AnyMapObject>
- Result<Rv, Error>where- Rvimplements- Into<Value>