Function zipcodes::is_real

source ·
pub fn is_real(zipcode: &str) -> Result<bool>
Expand description

Returns true if the supplied zipcode is a valid zipcode.

This is mainly a wrapper around is_real that returns a Result instead of a bool.