Type Definition ra_ap_hir_expand::AstId

source · []
pub type AstId<N> = InFile<FileAstId<N>>;
Expand description

AstId points to an AST node in any file.

It is stable across reparses, and can be used as salsa key/value.

Implementations