Derive Macro linera_witty::WitLoad
source ยท #[derive(WitLoad)]
{
// Attributes available to this derive:
#[witty]
#[witty_specialize_with]
}
Expand description
Derives WitLoad
for the Rust type.
All fields in the type must also implement WitLoad
.