#[derive(Claim)]
{
// Attributes available to this derive:
#[claim]
}
Expand description
Generate per-field claim accessors on a stats struct.
See the claim module docs for the dispatch rules and label
invariant. Reject non-struct inputs and tuple-struct inputs — the
claim API is keyed on field names, which tuple structs do not have.