py_msgbus_publish

Function py_msgbus_publish 

Source
pub fn py_msgbus_publish(topic: &str, message: PyObject) -> PyResult<()>
Expand description

Publishes the message to the topic.

ยงErrors

Returns an error if topic is invalid.