macro_rules! impl_hash_trait {
($type:ty => $len:expr) => { ... };
}Expand description
Implements Hash for any arrayref::Hash.
macro_rules! impl_hash_trait {
($type:ty => $len:expr) => { ... };
}Implements Hash for any arrayref::Hash.