Type Definition polars::prelude::ArrowResult [−]
pub type ArrowResult<T> = Result<T, ArrowError>;
Expand description
Typedef for a std::result::Result
of an ArrowError
.
pub type ArrowResult<T> = Result<T, ArrowError>;
Typedef for a std::result::Result
of an ArrowError
.