pub trait SubRecordHashMapKey<'raw>: SubRecord<'raw> + Eq + Hash { }

Implementors