Enum syntex_syntax::ast::PrimTy
[−]
[src]
pub enum PrimTy { TyInt(IntTy), TyUint(UintTy), TyFloat(FloatTy), TyStr, TyBool, TyChar, }
Not represented directly in the AST, referred to by name through a ty_path.
Variants
TyInt | |
TyUint | |
TyFloat | |
TyStr | |
TyBool | |
TyChar |