pub trait LockHSocket {
    fn lock_h_socket(&self) -> MutexGuard<'_, NodeHSocket>;
}

Required Methods§

Implementors§