[][src]Function atomic_hooks::atom_with_undo

pub fn atom_with_undo<T: 'static, F: Fn() + 'static, U, A>(
    current_id: StorageKey,
    data_fn: F
) -> ReactiveStateAccess<T, AllowUndo, IsAnAtomState> where
    T: Clone + 'static,