Trait ContextFactory

Source
pub trait ContextFactory: Send + Sync {
    // Required method
    fn create(&self) -> Context;
}

Required Methods§

Source

fn create(&self) -> Context

Implementors§