Skip to main content

map_set_existing

Function map_set_existing 

Source
pub fn map_set_existing<B, K, V>(
    backend: &B,
    core: &ReactiveMapCore<K, V>,
    path: Arc<str>,
    key: K,
    value: &V,
    notify_after_commit: bool,
    source: Option<Uuid>,
) -> Result<(), B::Error>