AsyncCallbackWith2

Type Alias AsyncCallbackWith2 

Source
pub type AsyncCallbackWith2<A, B> = Arc<dyn Fn(A, B) -> BoxFuture<()> + Send + Sync>;
Expand description

Control-lane async callback over two payload values.

Aliased Typeยง

pub struct AsyncCallbackWith2<A, B> { /* private fields */ }