Trait bitcoinnode_interface::LockHSocket
source · pub trait LockHSocket {
// Required method
fn lock_h_socket(&self) -> MutexGuard<'_, NodeHSocket>;
}
pub trait LockHSocket {
// Required method
fn lock_h_socket(&self) -> MutexGuard<'_, NodeHSocket>;
}