1use core::hash; 2 3use crate::patterns::impl_singleton; 4 5impl_singleton!([H], hash::BuildHasherDefault<H>);