bevy_reflect/impls/bevy_platform/
hash.rs

1use bevy_reflect_derive::impl_type_path;
2
3impl_type_path!(::bevy_platform::hash::NoOpHash);
4impl_type_path!(::bevy_platform::hash::FixedHasher);
5impl_type_path!(::bevy_platform::hash::PassHash);