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
Py<PyAny>config to a boxedClientConfigtrait object. - Factory
Extractor - Function type for extracting a
Py<PyAny>factory to a boxedDataClientFactorytrait object.