Type Definition FlatDep
gh_stack::graph
type FlatDep = Vec<(Rc<PullRequest>, Option<Rc<PullRequest>>)>;