#[derive(DelegateBinary)]
{
// Attributes available to this derive:
#[dbinary]
#[dany]
}
Expand description
Derive the Binary
trait.
Its config attribute is dbinary
; alternatively, dany
can be used
to configure all derived fmt
traits.
See crate-level documentation for config examples.