Trait trust_dns_proto::rr::domain::IntoLabel [−][src]
pub trait IntoLabel: Sized {
fn into_label(self) -> ProtoResult<Label>;
}
Expand description
Conversion into a Label
Required methods
fn into_label(self) -> ProtoResult<Label>
fn into_label(self) -> ProtoResult<Label>
Convert this into Label