[][src]Function atomic_hooks::try_read_reactive_state_with_id

pub fn try_read_reactive_state_with_id<T: 'static, F: FnOnce(Option<&T>) -> R, R>(
    id: &StorageKey,
    func: F
) -> R