pub fn into_connection_key<U, D, C>( user_id: U, device_id: Option<D>, conn_id: Option<C>, ) -> ConnectionKeywhere U: Into<OwnedUserId>, D: Into<OwnedDeviceId>, C: Into<ConnId>,