[][src]Function seed_hooks::atom

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