pub fn instrument_any_to_pyobject(
py: Python<'_>,
instrument: InstrumentAny,
) -> PyResult<Py<PyAny>>Expand description
Converts an InstrumentAny into a Python object.
ยงErrors
Returns a PyErr if conversion to a Python object fails.
pub fn instrument_any_to_pyobject(
py: Python<'_>,
instrument: InstrumentAny,
) -> PyResult<Py<PyAny>>Converts an InstrumentAny into a Python object.
Returns a PyErr if conversion to a Python object fails.