meta_srv::procedure::region_migration

Trait ContextFactory

Source
pub trait ContextFactory {
    // Required method
    fn new_context(self, persistent_ctx: PersistentContext) -> Context;
}
Expand description

Used to generate new Context.

Required Methods§

Source

fn new_context(self, persistent_ctx: PersistentContext) -> Context

Implementors§