Trait hickory_resolver::IntoName
source · pub trait IntoName: Sized {
// Required method
fn into_name(self) -> Result<Name, ProtoError>;
}
Expand description
Conversion into a Name
Required Methods§
sourcefn into_name(self) -> Result<Name, ProtoError>
fn into_name(self) -> Result<Name, ProtoError>
Convert this into Name
Object Safety§
This trait is not object safe.