Type Alias CallbackChan

Source
pub type CallbackChan = Sender<Status>;
Expand description

Acknowledgement channel utilized to send feedback to input module on the successful or unsuccessful processing of event emited by input.

Aliased Typeยง

struct CallbackChan { /* private fields */ }