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.

Implementations on Foreign Types§

Source§

impl VortexSessionExecute for VortexSession

Implementors§