Skip to main content

DocIndex

Type Alias DocIndex 

Source
pub type DocIndex = HashMap<DocKey, DocEntry>;
Expand description

Pre-built documentation index from solc contract output.

Keyed by DocKey for type-safe lookup from AST nodes.

Aliased Typeยง

pub struct DocIndex { /* private fields */ }