Derive Macro PY

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

Derives PY for a struct or enum. Please take a look at PY for documentation.