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