Module rustc_builtin_macros::deriving::generic::ty[][src]

Expand description

A mini version of ast::Ty, which is easier to use, and features an explicit Self type to use when specifying impls to be derived.

Re-exports

pub use PtrTy::*;
pub use Ty::*;

Structs

Bounds on type parameters.

A path, e.g., ::std::option::Option::<i32> (global). Has support for type parameters and a lifetime.

Enums

The types of pointers

A type. Supports pointers, Self, and literals.

Functions