Derive Macro IntoPyObject
#[derive(IntoPyObject)]
{
// Attributes available to this derive:
#[pyo3]
}
Available on crate feature
macros
only.#[derive(IntoPyObject)]
{
// Attributes available to this derive:
#[pyo3]
}
macros
only.