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:
Rv
whereRv
implementsInto<AnyMapObject>
Result<Rv, Error>
whereRv
implementsInto<Value>