pub type Function = Func;👎Deprecated since 1.0.0:
use Func instead
Expand description
Type alias of Func for compatibility.
Previously, Func is a namespace for building FunctionCall.
Aliased Type§
pub enum Function {
}