Expand description
PyO3 registry system for generic trait object extraction.
Structs§
- Factory
Registry - Registry for PyO3 factory and config extractors.
Functions§
- get_
global_ pyo3_ registry - Gets a reference to the global PyO3 registry.
Type Aliases§
- Config
Extractor - Function type for extracting a
PyObject
config to a boxedClientConfig
trait object. - Factory
Extractor - Function type for extracting a
PyObject
factory to a boxedDataClientFactory
trait object.