matrix_pickle

Derive Macro Decode

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

Derive an Decode implementation for a struct or enum.