pub async fn subscribe_wildcard<F>( conn: &Connection, subject: &str, handler: F, ) -> Result<(), Error>where F: FnMut(String, Vec<u8>) + Send + 'static,
Subscribe to a wildcard subject