Type Alias MultiValuedPhoneNumbers

Source
pub type MultiValuedPhoneNumbers = MultiValuedAttribute<PhoneNumber>;
Expand description

Type alias for a collection of phone numbers using MultiValuedAttribute.

This provides a type-safe way to handle multiple phone numbers with support for primary phone number designation.

Aliased Typeยง

pub struct MultiValuedPhoneNumbers { /* private fields */ }