Struct syntex_syntax::ast::TypeBinding
[−]
[src]
pub struct TypeBinding {
pub id: NodeId,
pub ident: Ident,
pub ty: P<Ty>,
pub span: Span,
}Fields
id | |
ident | |
ty | |
span |