logo
pub trait AlgorithmName {
    fn write_alg_name(f: &mut Formatter<'_>) -> Result<(), Error>;
}
This is supported on crate feature core-api only.
Expand description

Trait which stores algorithm name constant, used in Debug implementations.

Required methods

Write algorithm name into f.

Implementors