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.
macro_rules! hash_error {
( $key:expr ) => { ... };
}
Used to produce an error message when an attempt is made to hash
a PartialReflect
value that does not support hashing.