Function mz_environmentd::http::init_ws
source ยท async fn init_ws(
__arg0: &WsState,
existing_user: Option<AuthedUser>,
peer_addr: IpAddr,
ws: &mut WebSocket,
) -> Result<AuthedClient, Error>
async fn init_ws(
__arg0: &WsState,
existing_user: Option<AuthedUser>,
peer_addr: IpAddr,
ws: &mut WebSocket,
) -> Result<AuthedClient, Error>