pub trait IntoLabel: Sized {
    fn into_label(self) -> ProtoResult<Label>;
}
Expand description

Conversion into a Label

Required methods

Convert this into Label

Implementations on Foreign Types

Implementors