Derive Macro Encodable

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

Derive the Encodable trait on a struct.

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