Trait trust_dns_proto::rr::domain::IntoLabel[][src]

pub trait IntoLabel: Sized {
    fn into_label(self) -> ProtoResult<Label>;
}

Conversion into a Label

Required methods

fn into_label(self) -> ProtoResult<Label>[src]

Convert this into Label

Loading content...

Implementations on Foreign Types

impl<'a> IntoLabel for &'a str[src]

impl IntoLabel for String[src]

impl<'a> IntoLabel for &'a [u8][src]

impl IntoLabel for Vec<u8>[src]

Loading content...

Implementors

Loading content...