csv::Result
[−]
[src]
type Result<T> = Result<T, Error>;
A convenience type for representing the result of most CSV reader/writer operations.
type Result<T> = Result<T, Error>;
A convenience type for representing the result of most CSV reader/writer operations.