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