pub type ActionSender = Sender<(ApiAction, Sender<ApiResponse>)>;
Channel sender type used by mutating handlers.
pub struct ActionSender { /* private fields */ }