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

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

Conversion into a Label

Required methods

fn into_label(self) -> ProtoResult<Label>

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

impl IntoLabel for Label[src]

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

Loading content...