pub type Result<T> = Result<T, PolarsError>;
This is supported on crate feature object only.