[][src]Derive Macro butcher_proc_macro::Butcher

#[derive(Butcher)]
{
    // Attributes available to this derive:
    #[butcher]
}

Derives the Butcher trait for a structure or an enum.

See the documentation included in butcher for more information.