Trait AlgorithmName

pub trait AlgorithmName

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

Required Methods

fn write_alg_name(f: &mut Formatter<'_>) -> Result

Write algorithm name into f.

Errors

fmt::Result is only intended for cases where an error occurs writing to the underlying I/O stream.