pub trait EncodeLabelValue {
    fn encode(&self, encoder: &mut LabelValueEncoder<'_>) -> Result<(), Error>;
}
Expand description

An encodable label value.

Required Methods§

Encode oneself into the given encoder.

Implementations on Foreign Types§

Implementors§