Trait Label

Source
pub trait Label: AsRef<str> + FromStr<Err = LabelError> { }
Expand description

Labels for e.g. cryptographic algorithms.

Receives a blanket impl of Decode and Encode.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§