Skip to main content

order_any_to_pyobject

Function order_any_to_pyobject 

Source
pub fn order_any_to_pyobject(
    py: Python<'_>,
    order: OrderAny,
) -> PyResult<Py<PyAny>>
Expand description

Converts an OrderAny enum into a Python object.

ยงErrors

Returns a PyErr if conversion to a Python object fails.