FunctionSubst

Derive Macro FunctionSubst 

Source
#[derive(FunctionSubst)]
Expand description

Derive the FunctionSubst trait from oxidd_core::function

This trait can be derived for structs that wrap another FunctionSubst implementation. The same restrictions apply as for deriving Function.