/// A relation one about declared between two of its own entries, as
/// `relate` reads it: enough to find the two facts and to carry the why.
#[derive(Debug, Clone, PartialEq, Eq)]pubstructDeclaredEdge{pubfrom: String,
pubto: String,
pubrel: String,
pubwhy: String,
pubevidence: String,
}