[][src]Type Definition cursive::CbSink

type CbSink = Sender<Box<dyn CbFunc>>;

Convenient alias to the result of Cursive::cb_sink.