Function zng::var::response_var
source ยท pub fn response_var<T>() -> (ArcVar<Response<T>>, ReadOnlyVar<Response<T>, ArcVar<Response<T>>>)where
T: VarValue,
Expand description
New paired ResponderVar
and ResponseVar
in the waiting state.