Skip to main content

UpdateFn

Type Alias UpdateFn 

Source
pub type UpdateFn<'f, T, E> = Box<dyn FnOnce(Option<PrevEntry<T>>) -> Result<T, E> + 'f>;
Expand description

The function type for the update function

Aliased Type§

pub struct UpdateFn<'f, T, E>(/* private fields */);