Function send_global_msg

Source
async fn send_global_msg(
    __arg0: State<Sender<(Message, Sender<MessageReturn>)>>,
    __arg1: Json<SendWorldMsgBody>,
) -> Result<impl IntoResponse, StatusCode>