[][src]Function seed_hooks::try_read_reactive_state_with_id

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