Function py_msgbus_is_subscribed

Source
pub fn py_msgbus_is_subscribed(
    topic: &str,
    handler: PythonMessageHandler,
) -> bool
Expand description

Returns whether there are subscribers for the given pattern.