pub type InspectorMessage = (InspectorRequest, ResponseSender);Expand description
A request bundled with a channel to send the response back.
pub type InspectorMessage = (InspectorRequest, ResponseSender);A request bundled with a channel to send the response back.