AsyncCallbackWith

Type Alias AsyncCallbackWith 

Source
pub type AsyncCallbackWith<T> = Arc<dyn Fn(T) -> BoxFuture<()> + Send + Sync>;
Expand description

Control-lane async callback over one payload value.

Aliased Typeยง

pub struct AsyncCallbackWith<T> { /* private fields */ }