Type Alias Link

Source
pub type Link<T> = Rc<RefCell<T>>;
Expand description

Expresses an edge between HistoryNodes in a HistoryTree

Aliased Typeยง

pub struct Link<T> { /* private fields */ }