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

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

Conversion into a Label

Required Methods

Convert this into Label

Implementations on Foreign Types

impl IntoLabel for String
[src]

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

impl IntoLabel for Vec<u8>
[src]

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

Implementors