Skip to main content

map_remove

Function map_remove 

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