pub trait DefaultHashable: Writeable { }
Expand description

Implementing this trait enables the default hash implementation

Implementations on Foreign Types

Implement Hashed trait for external types here

Implementors