pub fn format_with<'d, 'n>(
database: &'d Database,
number: &'n PhoneNumber,
) -> Formatter<'n, 'd, 'static>Expand description
Create a new Formatter for the given phone number using the given
metadata database.
pub fn format_with<'d, 'n>(
database: &'d Database,
number: &'n PhoneNumber,
) -> Formatter<'n, 'd, 'static>Create a new Formatter for the given phone number using the given
metadata database.