Type Alias DependencyGraphDiff

Source
pub type DependencyGraphDiff = Vec<DependencygraphdiffInner>;
Expand description

A diff of the dependencies between two commits.

Aliased Typeยง

pub struct DependencyGraphDiff { /* private fields */ }