Type Definition zipcodes::Result

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

A result type where the error is an Error.