DualModuleParallelUnitWeak

Type Alias DualModuleParallelUnitWeak 

Source
pub type DualModuleParallelUnitWeak<SerialModule> = WeakManualSafeLock<DualModuleParallelUnit<SerialModule>>;

Aliased Type§

pub struct DualModuleParallelUnitWeak<SerialModule> { /* private fields */ }

Trait Implementations§

Source§

impl<SerialModule: DualModuleImpl + Send + Sync> Debug for DualModuleParallelUnitWeak<SerialModule>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more