send_fatal

Function send_fatal 

Source
async fn send_fatal(
    ws_tx: &mut SplitSink<WebSocket, Message>,
    fatal: String,
) -> Result<(), String>