Skip to main content

RequestReceiver

Type Alias RequestReceiver 

Source
pub type RequestReceiver = Receiver<InspectorMessage>;
Expand description

Receiver half: used by the game loop to receive requests from the inspector.

Aliased Typeยง

pub struct RequestReceiver { /* private fields */ }