pub fn subscriptions_count_any<S: AsRef<str>>(topic: S) -> Result<usize>
Returns the count of Any-based subscriptions for a topic.
Returns an error if the topic is not a valid topic string.
topic