Type Definition pdb::IdFinder

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

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

IdFinder can be obtained via IdInformation::finder. See ItemFinder for more information.