Function safe_core::recovery::mutate_mdata_entries[][src]

Important traits for Box<R>
pub fn mutate_mdata_entries<T: 'static>(
    client: &Client<T>,
    name: XorName,
    tag: u64,
    actions: BTreeMap<Vec<u8>, EntryAction>
) -> Box<CoreFuture<()>>

Mutates mutable data entries and tries to recover from errors.