usecrate::{MemoryRelationType, RelationDirection};/// An allowed move; direction never changes the stored assertion's arrow.
#[derive(Debug, Clone, PartialEq, Eq)]pubstructTraceRelationStep{pubrelation: MemoryRelationType,
pubdirection: RelationDirection,
}