Skip to main content

EditionSessionExt

Trait EditionSessionExt 

Source
pub trait EditionSessionExt: SessionExt {
    // Provided method
    fn editions(&self) -> SessionGuard<'_, EditionSession> { ... }
}
Expand description

Session data for Vortex editions.

Provided Methods§

Source

fn editions(&self) -> SessionGuard<'_, EditionSession>

Returns the edition registry.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§