pub fn render(
w: &mut impl Write,
tree: &Tree,
source: &[u8],
editor: &impl Editor,
) -> Result<bool, Error>Expand description
Render edits from Editor::in_order_edits.
If an edit begins inside of a previous edit, then skip it.
ยงErrors
Errors if write! returns an error.