Skip to main content

bind_always

Function bind_always 

Source
pub fn bind_always<V>(
    compute: impl Fn() -> V + 'static,
    apply: impl Fn(V) + 'static,
)
where V: 'static,
Expand description

bind for payloads without PartialEq — applies on every recompute.

Day API ↩ Guides· daybrite.dev