pub fn bind_always<V>( compute: impl Fn() -> V + 'static, apply: impl Fn(V) + 'static, )where V: 'static,
bind for payloads without PartialEq — applies on every recompute.
bind
PartialEq