Crate union_fn

Crate union_fn 

Source

Traits§

Call
Allows #[union_fn] types with context to be called as functions.
CallWithContext
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”.