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.
pub trait Function<R, A>where
A: FunctionArgs,{ }functions only.Any function.
Some implementations of this trait are hidden.
See the module documentation for more information.