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.