hash_error

Macro hash_error 

Source
macro_rules! hash_error {
    ( $key:expr ) => { ... };
}
Expand description

Used to produce an error message when an attempt is made to hash a PartialReflect value that does not support hashing.