Trait trust_dns_proto::rr::domain::IntoLabel
source · pub trait IntoLabel: Sized {
// Required method
fn into_label(self) -> ProtoResult<Label>;
}
Expand description
Conversion into a Label
Required Methods§
sourcefn into_label(self) -> ProtoResult<Label>
fn into_label(self) -> ProtoResult<Label>
Convert this into Label
Object Safety§
This trait is not object safe.