Expand description
Implementation details of #[pymodule]
which need to be accessible from proc-macro generated code.
Structs§
- For adding a class to a module.
- For adding native types (non-pyclass) to a module.
Sync
wrapper offfi::PyModuleDef
.- Wrapper to enable initializer to be used in const fns.
Traits§
- Trait to add an element (class, function…) to a module.