pub fn delete_binding(
root: &Path,
mem: &str,
name: &str,
) -> Result<(), PipelineEditError>Expand description
Delete a binding. Refuses if (mem, name) does not exist. Nothing
references a binding record, so there is no referential gate — the
binding’s own state files (advance / findings / watermarks) simply stop
being consulted.