const_type_layout

Function hash_type_graph

Source
pub const fn hash_type_graph<T: TypeGraphLayout>(seed: u64) -> u64
Expand 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.