pub type ConfigExtractor = fn(py: Python<'_>, config: PyObject) -> PyResult<Box<dyn ClientConfig>>;
Function type for extracting a PyObject config to a boxed ClientConfig trait object.
PyObject
ClientConfig