Skip to main content

ResponseSender

Type Alias ResponseSender 

Source
pub type ResponseSender = Sender<InspectorResponse>;
Expand description

Sender half: used by the game loop to respond to inspector requests.

Aliased Typeยง

pub struct ResponseSender { /* private fields */ }