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>where B: AmeBackend, K: ReactiveMapKey, V: ReactiveMapValue,