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