ConfigExtractor

Type Alias ConfigExtractor 

Source
pub type ConfigExtractor = fn(py: Python<'_>, config: PyObject) -> PyResult<Box<dyn ClientConfig>>;
Expand description

Function type for extracting a PyObject config to a boxed ClientConfig trait object.