Function rustpostal::expand::expand_address[][src]

pub fn expand_address<'a>(
    address: &'a str
) -> Result<NormalizedAddress, NulError>
Expand description

Normalize address with default options.

Errors

The method will return an error if the supplied address contains an internal null byte. The error is represented by NulError.