Add target relation label to rule

This commit is contained in:
2026-05-06 14:39:55 -06:00
parent 3aec75adf5
commit 171166512c

View File

@@ -103,6 +103,9 @@ pub struct Rule<T: ProgramInfo> {
/// The metadata for this rule.
pub meta: T::RuleMeta,
/// The target relation of this rule.
pub relation: T::RelationLabel,
/// The storage pattern for the head.
pub head: Vec<QueryTerm>,