Type Alias zng::var::ResponderVar

source ·
pub type ResponderVar<T> = ArcVar<Response<T>>;
Expand description

Variable used to notify the completion of an async operation.

Use response_var to init.

Aliased Type§

struct ResponderVar<T>(/* private fields */);