Skip to main content

ConsentSink

Type Alias ConsentSink 

Source
pub type ConsentSink = Sender<ConsentRequest>;
Expand description

Handler-side sender, carried on ComponentRequest::CallTool. Each in-flight call gets its own, so an ask always reaches the handler whose request caused it — no correlation id needed.

Aliased Type§

pub struct ConsentSink { /* private fields */ }