Skip to main content

ActionSender

Type Alias ActionSender 

Source
pub type ActionSender = Sender<(ApiAction, Sender<ApiResponse>)>;
Expand description

Channel sender type used by mutating handlers.

Aliased Typeยง

pub struct ActionSender { /* private fields */ }