Type Alias gix_negotiate::Graph

source ·
pub type Graph<'find> = Graph<'find, 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> { /* private fields */ }