Files
bevy_reflect/impls/core/
hash.rs
1
use
bevy_reflect_derive::impl_type_path;
2
3
impl_type_path!
(::core::hash::BuildHasherDefault<H>);