py_msgbus_deregister

Function py_msgbus_deregister 

Source
pub fn py_msgbus_deregister(endpoint: &str) -> PyResult<()>
Expand description

Deregisters the given handler for the endpoint address.

ยงErrors

Returns an error if endpoint is invalid.