pub trait DynModule:
Send
+ Sync
+ 'static {
// Required methods
fn replica_ctx(&self) -> &Arc<ReplicaContext>;
fn scheduler(&self) -> &Scheduler;
}pub trait DynModule:
Send
+ Sync
+ 'static {
// Required methods
fn replica_ctx(&self) -> &Arc<ReplicaContext>;
fn scheduler(&self) -> &Scheduler;
}