Type Definition prettytable::csv::Result[][src]

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

A type alias for Result<T, csv::Error>.