Trait tyname::TypeName

source ·
pub trait TypeName {
    fn write_type_name<W>(writer: &mut W) -> Result
    where
        W: Write
; }
Expand description

Types that implement this trait can write their name.

Required Methods

Applies the keccak hash of self for the given keccak hasher.

Implementations on Foreign Types

Implementors