pub type PyArrowException = ArrowException;
Expand description
Represents an exception raised by PyArrow.
Aliased Type§
#[repr(transparent)]pub struct PyArrowException(PyAny);
Tuple Fields§
§0: PyAny
pub type PyArrowException = ArrowException;
Represents an exception raised by PyArrow.
#[repr(transparent)]pub struct PyArrowException(PyAny);
0: PyAny