Derive Macro rasn::Decode[][src]

#[derive(Decode)]
{
    // Attributes available to this derive:
    #[rasn]
}

An automatic derive of the Decode trait.

Will automatically generate a decode implementation using the your container’s definition.