Lines Matching refs:ty
10 use crate::ty::Type;
90 pub ty: Type,
297 ($ty:ident) => {
300 impl<'a> Clone for $ty<'a> {
302 $ty(self.0)
308 impl<'a> Debug for $ty<'a> {
311 .debug_tuple(stringify!($ty))
319 impl<'a> Eq for $ty<'a> {}
323 impl<'a> PartialEq for $ty<'a> {
331 impl<'a> Hash for $ty<'a> {
536 use crate::ty::Type;
913 ty: input.parse()?, in parse()
1238 param.ty.to_tokens(tokens); in to_tokens()
1372 self.ty.to_tokens(tokens); in to_tokens()