Function clone_reactive_state_with_id

Source
pub fn clone_reactive_state_with_id<T: 'static + Clone>(
    id: &StorageKey,
) -> Option<T>
Expand description

Clones the state of type T keyed to the given TopoId