WritePyRepr

Derive Macro WritePyRepr 

Source
#[derive(WritePyRepr)]
{
    // Attributes available to this derive:
    #[dbn]
}
Expand description

Derive macro for Python-specific __repr__ output.

Generates an implementation of WritePyRepr for the type. Uses the dbn attributes.