SessionContextUtils

Trait SessionContextUtils 

Source
pub trait SessionContextUtils {
    // Required method
    fn vegafusion_table<'life0, 'async_trait>(
        &'life0 self,
        tbl: VegaFusionTable,
    ) -> Pin<Box<dyn Future<Output = Result<DataFrame>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn vegafusion_table<'life0, 'async_trait>( &'life0 self, tbl: VegaFusionTable, ) -> Pin<Box<dyn Future<Output = Result<DataFrame>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementations on Foreign Types§

Source§

impl SessionContextUtils for SessionContext

Source§

fn vegafusion_table<'life0, 'async_trait>( &'life0 self, tbl: VegaFusionTable, ) -> Pin<Box<dyn Future<Output = Result<DataFrame>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§