pub async fn send_message<S: MeshState>(
__arg0: State<S>,
__arg1: Path<String>,
__arg2: Json<SendMessageRequest>,
) -> impl IntoResponseExpand description
Handler: Send a message to another instance
pub async fn send_message<S: MeshState>(
__arg0: State<S>,
__arg1: Path<String>,
__arg2: Json<SendMessageRequest>,
) -> impl IntoResponseHandler: Send a message to another instance