Crate linera_witty_macros

Source
Expand description

§Linera Witty Macros

This crate contains the procedural macros used by the linera-witty crate.

Attribute Macros§

wit_import
Generates a generic type from a trait.

Derive Macros§

WitLoad
Derives WitLoad for the Rust type.
WitStore
Derives WitStore for the Rust type.
WitType
Derives WitType for a Rust type.