[][src]Type Definition csv::Result

type Result<T> = Result<T, Error>;

A convenience type for representing the result of most CSV reader/writer operations.