#[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.
#[derive(WritePyRepr)]
{
// Attributes available to this derive:
#[dbn]
}
Derive macro for Python-specific __repr__ output.
Generates an implementation of WritePyRepr for the type.
Uses the dbn attributes.