Type Definition csv_sniffer::error::Result
source · [−]pub type Result<T> = Result<T, SnifferError>;Expand description
Ease-of-use Result type with a SnifferError.
pub type Result<T> = Result<T, SnifferError>;Ease-of-use Result type with a SnifferError.