Module epserde::traits::type_info

source ·
Expand description

Traits computing information about a type.

Traits§

  • A trait providing the maximum size of a primitive field in a type maximized with core::mem::align_of.
  • Recursively compute a representational hash for a type.
  • Recursively compute a type hash for a type.