Add target relation label to rule
This commit is contained in:
@@ -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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user