Skip to main content

reactive_map

Function reactive_map 

Source
pub fn reactive_map<K, V>(
    initial: Vec<(K, V)>,
    options: ReactiveMapOptions,
) -> ReactiveMap<K, V>
where K: Clone + Ord + Debug + 'static, V: Clone + 'static,
Expand description

Creates or computes reactive_map.