#[derive(BooleanFunction)]Expand description
Derive the BooleanFunction trait from oxidd_core::function
This trait can be derived for structs that wrap another BooleanFunction
implementation. The same restrictions apply as for deriving Function.