ExprSessionExt

Trait ExprSessionExt 

Source
pub trait ExprSessionExt: SessionExt {
    // Provided method
    fn expressions(&self) -> Ref<'_, ExprSession> { ... }
}
Expand description

Extension trait for accessing expression session data.

Provided Methods§

Source

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.

Implementors§