Trait bones_framework::lib::prelude::bones_schema::raw_fns::RawHash
source · pub trait RawHash {
// Required method
unsafe fn raw_hash(ptr: *const c_void) -> u64;
// Provided method
fn raw_hash_cb( ) -> Unsafe<&'static (dyn Fn(*const c_void) -> u64 + Send + Sync)> { ... }
}
Expand description
Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.