Crate rhaki_cw_plus_macro
source ·Attribute Macros§
- Similar to
cosmwasm_schema::cw_serde
but without theschemars::JsonSchema
implementation. - Implements following derive:
Derive Macros§
- Create another
Struct
with all fields asOption<T>
whereT
is the original field type. - Create another
Struct
where some fields can be skipped.