[][src]Function seed_hooks::use_state_current

pub fn use_state_current<T, F>(data_fn: F) -> StateAccess<T> where
    F: FnOnce() -> T,
    T: 'static, 

Uses the current topological id to create a new state accessor