&self,
account: Option<String>,
recipients: Vec<String>,
+ usernames: Vec<String>,
) -> Result<Value, ErrorObjectOwned>;
#[method(name = "joinGroup", param_kind = map)]
Ok(ClientBuilder::default().build_with_tokio(sender, receiver))
}
+#[cfg(unix)]
pub async fn connect_unix(
socket_path: impl AsRef<Path>,
) -> Result<impl SubscriptionClientT, std::io::Error> {