Skip to main content

fill_model_any_to_pyobject

Function fill_model_any_to_pyobject 

Source
pub fn fill_model_any_to_pyobject(
    py: Python<'_>,
    model: &FillModelAny,
) -> PyResult<Py<PyAny>>
Expand description

Converts a Rust FillModelAny into its Python binding object.

ยงErrors

Returns an error if conversion to a Python object fails.