Type Definition csv_sniffer::error::Result [] [src]

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

Ease-of-use Result type with a SnifferError.