Skip to main content

TestResponseSender

Type Alias TestResponseSender 

Source
pub type TestResponseSender = Sender<TestResponse>;
Expand description

Per-command response channel used by the shell event loop.

Aliased Typeยง

pub struct TestResponseSender { /* private fields */ }