gix_negotiate

Type Alias Graph

source
pub type Graph<'find, 'cache> = Graph<'find, 'cache, Commit<Metadata>>;
Expand description

The graph our callers use to store traversal information, for (re-)use in the negotiation implementation.

Aliased Typeยง

struct Graph<'find, 'cache> { /* private fields */ }