pub(crate) trait DepTrackingHash {
// Required method
fn hash(
&self,
hasher: &mut StableHasher,
error_format: ErrorOutputType,
for_crate_hash: bool,
);
}Required Methods§
fn hash( &self, hasher: &mut StableHasher, error_format: ErrorOutputType, for_crate_hash: bool, )
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".