Skip to main content

Module ty

Module ty 

Source
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.

Enumsยง

Ty ๐Ÿ”’
A type. Supports pointers, Self, literals, unit or an arbitrary AST path.

Functionsยง

new_path ๐Ÿ”’
self_ref ๐Ÿ”’