pub fn py_msgbus_is_subscribed(
topic: &str,
handler: PythonMessageHandler,
) -> bool
Expand description
Returns whether there are subscribers for the given pattern
.
pub fn py_msgbus_is_subscribed(
topic: &str,
handler: PythonMessageHandler,
) -> bool
Returns whether there are subscribers for the given pattern
.