pub fn relay_loop<SC, TC>( source_client: SC, target_client: TC, ) -> Loop<SC, TC, ()>
Returns generic loop that may be customized and started.