py_msgbus_send

Function py_msgbus_send 

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

Sends the message to the endpoint.

ยงErrors

Returns an error if endpoint is invalid.