[][src]Trait trust_dns::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 str
[src]

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

impl IntoLabel for String
[src]

impl IntoLabel for Vec<u8>
[src]

Loading content...

Implementors

impl IntoLabel for Label
[src]

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

Loading content...