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§
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 Hasher
======================================================================================
impl TypeName for Hasher
======================================================================================