pub trait ExprSessionExt: SessionExt {
// Provided method
fn expressions(&self) -> Ref<'_, ExprSession> { ... }
}Expand description
Extension trait for accessing expression session data.
Provided Methods§
Sourcefn expressions(&self) -> Ref<'_, ExprSession>
fn expressions(&self) -> Ref<'_, ExprSession>
Returns the expression vtable registry.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.