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>
Convert this into Label
Implementations on Foreign Types
impl<'a> IntoLabel for &'a str
[src]
impl<'a> IntoLabel for &'a str
fn into_label(self) -> ProtoResult<Label>
[src]
fn into_label(self) -> ProtoResult<Label>
impl IntoLabel for String
[src]
impl IntoLabel for String
fn into_label(self) -> ProtoResult<Label>
[src]
fn into_label(self) -> ProtoResult<Label>
impl<'a> IntoLabel for &'a [u8]
[src]
impl<'a> IntoLabel for &'a [u8]
fn into_label(self) -> ProtoResult<Label>
[src]
fn into_label(self) -> ProtoResult<Label>
impl IntoLabel for Vec<u8>
[src]
impl IntoLabel for Vec<u8>
fn into_label(self) -> ProtoResult<Label>
[src]
fn into_label(self) -> ProtoResult<Label>