AsyncCallback

Type Alias AsyncCallback 

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

Control-lane async callback with no payload.

Aliased Typeยง

pub struct AsyncCallback { /* private fields */ }