pub fn apply_edit<R: Resolve<Content = String>>( resolver: &R, base: &str, operations: &[EditOp], ) -> Result<String>
Apply edit operations using the Resolve trait (ID-based targeting).