Function run_relay_server_with_state

Source
pub async fn run_relay_server_with_state<BindVer: StaticVersionType + 'static>(
    server_url: Url,
    bind_version: BindVer,
    state: StateRelayServerState,
) -> Result<()>