#[derive(Decode)] { // Attributes available to this derive: #[codec] }
Derive parity_scale_codec::Decode and for struct and enum.
parity_scale_codec::Decode
see derive Encode documentation.
Encode