Type Definition polars_io::json::ArrowResult[][src]

pub type ArrowResult<T> = Result<T, ArrowError>;
This is supported on crate feature json only.
Expand description

Typedef for a std::result::Result of an ArrowError.