Type Definition pdb::TypeInformation[][src]

type TypeInformation<'s> = ItemInformation<'s, TypeIndex>;

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.