pub fn validate_disjoint(definitions: &[TrackerDefinition]) -> Result<()>Expand description
Content lanes must be disjoint: no two trackers may own the same path or nest inside each other, or projection/restore order would matter.
pub fn validate_disjoint(definitions: &[TrackerDefinition]) -> Result<()>Content lanes must be disjoint: no two trackers may own the same path or nest inside each other, or projection/restore order would matter.