Function notifrust::handle_actions

source ·
pub fn handle_actions<F>(id: u32, func: F)where
    F: FnOnce(&str),
Expand description

Listens for the ActionInvoked(UInt32, String) Signal.

No need to use this, check out Notification::show_and_wait_for_action(FnOnce(action:&str))