Trait rune::ToTypeHash

source ·
pub trait ToTypeHash { }
Expand description

Helper trait used to convert a type into a type hash.

This is used by Hash::type_hash to get the type hash of an object.

Object Safety§

This trait is not object safe.

Implementors§