DelegateOctal

Derive Macro DelegateOctal 

Source
#[derive(DelegateOctal)]
{
    // Attributes available to this derive:
    #[doctal]
    #[dany]
}
Expand description

Derive the Octal trait.

Its config attribute is doctal; alternatively, dany can be used to configure all derived fmt traits.

See crate-level documentation for config examples.