Derive Macro linera_witty::WitStore

source ยท
#[derive(WitStore)]
{
    // Attributes available to this derive:
    #[witty]
    #[witty_specialize_with]
}
Expand description

Derives WitStore for the Rust type.

All fields in the type must also implement WitStore.