Trait trust_dns_resolver::IntoName [−][src]
pub trait IntoName {
fn into_name(self) -> Result<Name, ProtoError>;
}
Expand description
Conversion into a Name
Required methods
fn into_name(self) -> Result<Name, ProtoError>
fn into_name(self) -> Result<Name, ProtoError>
Convert this into Name
Implementations on Foreign Types
Performs a utf8, IDNA or punycode, translation of the str
into Name
Performs a utf8, IDNA or punycode, translation of the String
into Name