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

pub trait IntoLabel {
    fn into_label(self) -> Result<Label, ProtoError>;
}

Conversion into a Label

Required methods

fn into_label(self) -> Result<Label, ProtoError>

Convert this into Label

Loading content...

Implementations on Foreign Types

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

impl IntoLabel for Vec<u8>[src]

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

impl IntoLabel for String[src]

Loading content...

Implementors

impl IntoLabel for Label[src]

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

Loading content...