Type Definition pdb::TypeFinder

source · []
pub type TypeFinder<'t> = ItemFinder<'t, TypeIndex>;
Expand description

In-memory index for efficient random-access of Types by index.

TypeFinder can be obtained via TypeInformation::finder. See ItemFinder for more information.