Type Definition dbus::nonblock::WakerCb

source · []
pub type WakerCb = Box<dyn Fn() -> Result<(), ()> + Send + Sync + 'static>;
Expand description

Internal callback for the executor when we need wakeup a task