Type Definition pyo3::exceptions::FloatingPointError [−][src]
pub type FloatingPointError = Py<PyFloatingPointError>;
👎 Deprecated:
Exceptions now have a Py
prefix, e.g. PyException
, PyTypeError