pub trait IntoLabel: Sized {
fn into_label(self) -> ProtoResult<Label>;
}
Expand description
Conversion into a Label
Required methods
fn into_label(self) -> ProtoResult<Label>
fn into_label(self) -> ProtoResult<Label>
Convert this into Label
pub trait IntoLabel: Sized {
fn into_label(self) -> ProtoResult<Label>;
}
Conversion into a Label
Convert this into Label