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:
RvwhereRvimplementsInto<AnyMapObject>Result<Rv, Error>whereRvimplementsInto<Value>