Type Definition git_historian::Link [] [src]

type Link<T> = Rc<RefCell<T>>;

Expresses an edge between HistoryNodes in a HistoryTree