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

Conversion into a Label

Required methods

Convert this into Label

Implementations on Foreign Types

Implementors