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