Struct libpijul::graph::Line [] [src]

pub struct Line {
    pub key: Key<PatchId>,
    // some fields omitted
}

The elementary datum in the representation of the repository state at any given point in time. We need this structure (as opposed to working directly on a branch) in order to add more data, such as strongly connected component identifier, to each node.

Fields

Methods

impl Line
[src]

Trait Implementations

impl Debug for Line
[src]

Formats the value using the given formatter.