Struct pyo3::pyclass_init::PyNativeTypeInitializer [−][src]
pub struct PyNativeTypeInitializer<T: PyTypeInfo>(_);
Expand description
Initializer for Python native type, like PyDict
.
Trait Implementations
This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more