pub type PyArrowResult<T> = Result<T, PyArrowError>;Expand description
A type wrapper around Result<T, PyArrowError>.
Aliased Type§
pub enum PyArrowResult<T> {
Ok(T),
Err(PyArrowError),
}pub type PyArrowResult<T> = Result<T, PyArrowError>;A type wrapper around Result<T, PyArrowError>.
pub enum PyArrowResult<T> {
Ok(T),
Err(PyArrowError),
}