Trait AlgorithmName
pub trait AlgorithmName
Trait which stores algorithm name constant, used in Debug implementations.
Required Methods
fn write_alg_name(f: &mut Formatter<'_>) -> ResultWrite algorithm name into
f.Errors
fmt::Resultis only intended for cases where an error occurs writing to the underlying I/O stream.