Type Definition parquet::errors::Result[][src]

pub type Result<T> = Result<T, ParquetError>;
Expand description

A specialized Result for Parquet errors.