Type Definition polars_io::json::ArrowResult
source · [−]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.