Skip to main content

descendants

Function descendants 

Source
pub fn descendants<T: PrunableCrdt + Clone>(
    crdt: &AntimatterCrdt<T>,
    versions: &HashMap<String, bool>,
    ignore_nonexistent: bool,
) -> Result<HashMap<String, bool>>