Derive Macro simple_tlv_derive::Decodable[][src]

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

Derive the Decodable trait on a struct.

See toplevel documentation for the simple-tlv_derive crate for more information about how to use this macro.