Skip to main content

DiffResult

Type Alias DiffResult 

Source
pub type DiffResult = CellChange;

Aliased Type§

pub struct DiffResult {
    pub sheet: String,
    pub diff: CellDiff,
}

Fields§

§sheet: String§diff: CellDiff