pub trait ContextFactory {
// Required method
fn new_context(self, persistent_ctx: PersistentContext) -> Context;
}Expand description
Used to generate new Context.
pub trait ContextFactory {
// Required method
fn new_context(self, persistent_ctx: PersistentContext) -> Context;
}Used to generate new Context.