TVLFunction

Derive Macro TVLFunction 

Source
#[derive(TVLFunction)]
Expand description

Derive the TVLFunction trait from oxidd_core::function

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