DelegateFmt

Derive Macro DelegateFmt 

Source
#[derive(DelegateFmt)]
{
    // Attributes available to this derive:
    #[dfmt]
    #[dany]
    #[dbinary]
    #[ddebug]
    #[ddisplay]
    #[dlexp]
    #[dlhex]
    #[doctal]
    #[dpointer]
    #[duexp]
    #[duhex]
}
Expand description

Derive multiple fmt traits at once without needing to repeatedly parse the struct/enum.

See “Multiple traits at once” example in crate-level documentation.