Expand description
Various derive macros for oxidd
Note that the code generated by the macros depends on definitions in
oxidd_core, not their re-exports in oxidd. So in case you want to use
these macros as an “external” user, you may need to add oxidd_core to your
Cargo.toml.
Derive Macros§
- Boolean
Function - Derive the
BooleanFunctiontrait fromoxidd_core::function - Boolean
Function Quant - Derive the
BooleanFunctionQuanttrait fromoxidd_core::function - Boolean
VecSet - Derive the
BooleanVecSettrait fromoxidd_core::function - Countable
- Derive the
Countabletrait fromoxidd_core - Function
- Derive the
Functiontrait fromoxidd_core::function - Function
Subst - Derive the
FunctionSubsttrait fromoxidd_core::function - Manager
Event Subscriber - Derive the
ManagerEventSubscribertrait fromoxidd_core::util - Pseudo
Boolean Function - Derive the
PseudoBooleanFunctiontrait fromoxidd_core::function - TVLFunction
- Derive the
TVLFunctiontrait fromoxidd_core::function