Module registry

Module registry 

Source
Expand description

PyO3 registry system for generic trait object extraction.

Structs§

FactoryRegistry
Registry for PyO3 factory and config extractors.

Functions§

get_global_pyo3_registry
Gets a reference to the global PyO3 registry.

Type Aliases§

ConfigExtractor
Function type for extracting a PyObject config to a boxed ClientConfig trait object.
FactoryExtractor
Function type for extracting a PyObject factory to a boxed DataClientFactory trait object.