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.