Derive Macro concordium_std::SchemaType

source ·
#[derive(SchemaType)]
{
    // Attributes available to this derive:
    #[size_length]
}
Expand description

Derive the SchemaType trait for a type. If the feature build-schema is not enabled this is a no-op, i.e., it does not produce any code.