pub fn apply_edit(
path: impl Into<String>,
text: &str,
old_string: &str,
new_string: &str,
options: EditOptions,
) -> Result<(String, EditToolResult), EditApplyError>pub fn apply_edit(
path: impl Into<String>,
text: &str,
old_string: &str,
new_string: &str,
options: EditOptions,
) -> Result<(String, EditToolResult), EditApplyError>