Trait ssh_encoding::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.

Implementors§