TypeName

Trait TypeName 

Source
pub trait TypeName {
    // Provided method
    fn get_name() -> String { ... }
}
Expand description

Trait for getting the type name of tree nodes in the SMT.

Provided Methods§

Source

fn get_name() -> String

A function returning the type name of tree nodes in the SMT for logging purpose.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl TypeName for Blake2b

Source§

impl TypeName for Hasher

======================================================================================

Source§

impl TypeName for Sha256

Source§

impl TypeName for Sha3_256

Implementors§