pub fn to_pyruntime_err(e: impl Display) -> PyErr
Converts any type that implements Display to a Python RuntimeError.
Display
RuntimeError