Type Definition pdb::TypeInformation

source · []
pub type TypeInformation<'s> = ItemInformation<'s, TypeIndex>;
Expand description

Zero-copy access to the PDB type stream (TPI).

This stream exposes types, the variants of which are enumerated by TypeData. See ItemInformation for more information on accessing types.