[][src]Function seed_hooks::update_atom_state_with_id

pub fn update_atom_state_with_id<T, F>(id: &StorageKey, func: F) where
    F: FnOnce(&mut T),
    T: 'static,