Type Alias Updates

Source
pub type Updates = HashMap<PathBuf, BTreeSet<(usize, usize, String)>>;
Expand description

Updates to be applied to the sources.

source_path -> (start, end, new_value)

Aliased Typeยง

pub struct Updates { /* private fields */ }