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

Required Methods§

Implementors§