Derive Macro aversion::GroupDeserialize[][src]

#[derive(GroupDeserialize)]
Expand description

Derive the GroupDeserialize trait on a struct.

This macro expects an enum as input, where each variant contains exactly one field: a type that implements Versioned + MessageId.