pub trait GetTxRelay {
    fn get_tx_relay(&self) -> AmoReadGuard<'_, NodeTxRelay>;
}

Required Methods§

Implementors§