//! Serialization helpers for `Option<CountryCode>`
use CountryCode;
use Serializer;
/// Serializes an `Option<CountryCode>` as its 2-letter alpha-2 string representation.
///
/// Used with `#[serde(serialize_with = "serialize_optional_country_code")]`