Type Definition ccadb_csv::Result

source ·
pub type Result<T> = Result<T, DataSourceError>;
Expand description

Convenience type for functions that return a T on success or a DataSourceError otherwise.