Struct syntex_syntax::ast::WhereClause
[−]
[src]
pub struct WhereClause { pub id: NodeId, pub predicates: Vec<WherePredicate>, }
A where
clause in a definition
Fields
id | |
predicates |