pub type Responder<T> = Sender<T>;
A Responder is used to send back the result of a Command
Responder
Command
pub struct Responder<T> { /* private fields */ }