pub trait DualModuleParallelImpl {
type UnitType: DualModuleImpl + Send + Sync;
// Required method
fn get_unit(&self, unit_index: usize) -> ArcManualSafeLock<Self::UnitType>;
}Expand description
this dual module is a parallel version that hosts many partitioned ones