pub trait Function<R, A>where
A: FunctionArgs,{ }
Available on crate feature
functions
only.Expand description
Any function.
Some implementations of this trait are hidden.
See the module documentation for more information.