Trait trust_dns_proto::rr::domain::IntoLabel
source · pub trait IntoLabel: Sized {
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