Enum datalog::predicates::Stmt [] [src]

pub enum Stmt<'a> {
    Fact(Pred<'a, ID<'a>>),
    Rule(Pred<'a, ID<'a>>, Vec<Pred<'a, ID<'a>>>),
    Query(Pred<'a, ID<'a>>),
}

Variants

Trait Implementations

impl<'a> Debug for Stmt<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for Stmt<'a>
[src]

Formats the value using the given formatter. Read more