pub fn matching(
zipcode: &str,
zipcodes: Option<Vec<Zipcode>>
) -> Result<Vec<Zipcode>>Expand description
Determine whether a supplied zipcode matches any existing zipcode. The supplied zipcode must be of the format: “#####”, “#####-####”, or “##### ####”.