pub fn is_subscribed_any<T: AsRef<str>>(
pattern: T,
handler: ShareableMessageHandler,
) -> boolExpand description
Checks if a handler is subscribed to a pattern (Any-based).
pub fn is_subscribed_any<T: AsRef<str>>(
pattern: T,
handler: ShareableMessageHandler,
) -> boolChecks if a handler is subscribed to a pattern (Any-based).