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 */ }pub type RequestReceiver = Receiver<InspectorMessage>;Receiver half: used by the game loop to receive requests from the inspector.
pub struct RequestReceiver { /* private fields */ }