Trait AsyncEngineContextProvider

Source
pub trait AsyncEngineContextProvider:
    Send
    + Sync
    + Debug {
    // Required method
    fn context(&self) -> Arc<dyn AsyncEngineContext>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Data> AsyncEngineContextProvider for Pin<Box<dyn AsyncEngineStream<T>>>

Source§

impl<T: Data> AsyncEngineContextProvider for Pin<Box<dyn AsyncEngineUnary<T>>>

Implementors§