Type Definition ccadb_csv_fetch::Result

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

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