Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_reflect/src/impls/bevy_platform/hash.rs
6600 views
1
use bevy_reflect_derive::impl_type_path;
2
3
impl_type_path!(::bevy_platform::hash::NoOpHash);
4
impl_type_path!(::bevy_platform::hash::FixedHasher);
5
impl_type_path!(::bevy_platform::hash::PassHash);
6
7