Skip to main content

Label

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".

Implementors§