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