pub trait EditionSessionExt: SessionExt {
// Provided method
fn editions(&self) -> SessionGuard<'_, EditionSession> { ... }
}Expand description
Session data for Vortex editions.
Provided Methods§
Sourcefn editions(&self) -> SessionGuard<'_, EditionSession>
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".