fn PreservePass(Working: &str, Options: &Options) -> Result<Option<String>>
One pass: parse Working, find the first inlinable binding, apply the text edit, return Some(new_text). Returns None when nothing changed.
Working
Some(new_text)
None