Skip to main content

ChangedLines

Type Alias ChangedLines 

Source
pub type ChangedLines = BTreeMap<String, BTreeSet<usize>>;
Expand description

Added and modified lines per file, as a unified diff describes them.

Aliased Typeยง

pub struct ChangedLines { /* private fields */ }