pub fn py_msgbus_publish(topic: &str, message: PyObject) -> PyResult<()>
Publishes the message to the topic.
message
topic
Returns an error if topic is invalid.