pub const fn hash_type_graph<T: TypeGraphLayout>(seed: u64) -> u64Expand description
Hash this type’s TypeLayoutGraph using the provided seed.
The hash is produced over the serialised form of the TypeLayoutGraph, as
computed by serialise_type_graph.