Responder

Type Alias Responder 

Source
pub type Responder<T> = Sender<T>;
Expand description

A Responder is used to send back the result of a Command

Aliased Typeยง

pub struct Responder<T> { /* private fields */ }