Type Alias UpdateReal

Source
pub type UpdateReal<A, B> = Box<dyn Fn(B, Modify<A>) -> B>;
Expand description

Update function for the real context

Aliased Typeยง

pub struct UpdateReal<A, B>(/* private fields */);