Skip to main content

VortexSessionExecute

Trait VortexSessionExecute 

Source
pub trait VortexSessionExecute {
    // Required method
    fn create_execution_ctx(&self) -> ExecutionCtx;
}
Expand description

Extension trait for creating an execution context from a session.

Required Methods§

Source

fn create_execution_ctx(&self) -> ExecutionCtx

Create a new execution context from this session.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl VortexSessionExecute for VortexSession

Implementors§