OpenOptionsSessionExt

Trait OpenOptionsSessionExt 

Source
pub trait OpenOptionsSessionExt:
    ArraySessionExt
    + LayoutSessionExt
    + MetricsSessionExt
    + RuntimeSessionExt {
    // Provided method
    fn open_options(&self) -> VortexOpenOptions { ... }
}

Provided Methods§

Source

fn open_options(&self) -> VortexOpenOptions

Create a new VortexOpenOptions using the provided session to open a file.

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§