Struct syntax::ast::WhereEqPredicateUnstable
[-] [+]
[src]
pub struct WhereEqPredicate { pub id: NodeId, pub span: Span, pub path: Path, pub ty: P<Ty>, }
An equality predicate (unsupported), e.g. T=int
Fields
id | |
span | |
path | |
ty |