Skip to main content

apply_edit

Function apply_edit 

Source
pub fn apply_edit<R: Resolve<Content = String>>(
    resolver: &R,
    base: &str,
    operations: &[EditOp],
) -> Result<String>
Expand description

Apply edit operations using the Resolve trait (ID-based targeting).