Struct libpijul_compat::patch::NewEdge
[−]
[src]
pub struct NewEdge {
pub from: Key<Option<Hash>>,
pub to: Key<Option<Hash>>,
pub introduced_by: Option<Hash>,
}Options are for when this edge is between vertices introduced by the current patch.
Fields
from: Key<Option<Hash>>
to: Key<Option<Hash>>
introduced_by: Option<Hash>