Type Definition polars::prelude::ArrowResult

[]
pub type ArrowResult<T> = Result<T, Error>;
Expand description

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