pub trait Label: AsRef<str> + FromStr<Err = LabelError> { }
Labels for e.g. cryptographic algorithms.
Receives a blanket impl of Decode and Encode.
Decode
Encode