RedoubtCodec

Derive Macro RedoubtCodec 

Source
#[derive(RedoubtCodec)]
{
    // Attributes available to this derive:
    #[codec]
}
Expand description

Derives BytesRequired, Encode, and Decode for a struct.

ยงAttributes

  • #[codec(default)] on a field: Skip encoding/decoding, use Default::default()