Derive Macro Decodable

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

Derive the Decodable trait on a struct.

See toplevel documentation for the flexiber_derive crate for more information about how to use this macro.