ArraySessionExt

Trait ArraySessionExt 

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

Session data for Vortex arrays.

Provided Methods§

Source

fn arrays(&self) -> Ref<'_, ArraySession>

Returns the array encoding 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§