1use crate::structs::StateSelector; 2use crate::HashClear; 3 4impl HashClear for StateSelector { 5 fn hash_clear(&mut self) {} 6}