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.