Skip to main content

flush_diff

Function flush_diff 

Source
pub fn flush_diff<'a, W: Write>(
    w: &mut W,
    updates: impl Iterator<Item = CellUpdate<'a>>,
) -> Result<()>