Skip to main content

fee_model_any_to_pyobject

Function fee_model_any_to_pyobject 

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

Converts a Rust FeeModelAny into its Python binding object.

ยงErrors

Returns an error if conversion to a Python object fails.