Traits§
- Call
- Allows
#[union_fn]
types with context to be called as functions. - Call
With Context - Allows
#[union_fn]
types with context to be called as functions. - IntoOpt
- Allows
#[union_fn]
types to convert to their optimized instance. - UnionFn
- Stores information about a
#[union_fn]
macro expansion.
Attribute Macros§
- union_
fn - Proc. macro applied on Rust trait definitions to generate so-called “union functions”.