pub trait LockVProcessMsg {
    fn lock_v_process_msg(&self) -> MutexGuard<'_, NodeVProcessMsg>;
}

Required Methods§

Implementors§