Skip to main content

HasTrackedScope

Trait HasTrackedScope 

Source
pub trait HasTrackedScope: HasNodeIndex { }
Expand description

Implemented by types for which the semantic index tracks their scope.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl HasTrackedScope for &ExprRef<'_>

Source§

impl HasTrackedScope for Expr

Source§

impl HasTrackedScope for ExprRef<'_>

Source§

impl HasTrackedScope for Identifier

Implementors§