[][src]Function seed_hooks::atom_with_undo

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