pub fn no_duplicate_destination(
operations: &[Operation],
) -> Result<(), DuplicateDestination>Expand description
Check that no destination is written twice.
ยงErrors
DuplicateDestination naming the path and both kinds. A plan that
wrote one destination twice would have an apply order nobody chose.