Trait pythonize::PythonizeDictType
source · [−]pub trait PythonizeDictType {
fn create_mapping(py: Python<'_>) -> PyResult<&PyMapping>;
}Expand description
Trait for types which can represent a Python mapping
Required Methods
fn create_mapping(py: Python<'_>) -> PyResult<&PyMapping>
fn create_mapping(py: Python<'_>) -> PyResult<&PyMapping>
Constructor