Module ty

Source

Enums§

AllowCVariadic 🔒
AllowPlus 🔒
Signals whether parsing a type should allow +.
RecoverQPath 🔒
RecoverQuestionMark 🔒
RecoverReturnSign 🔒
Signals whether parsing a type should recover ->.

Functions§

can_begin_dyn_bound_in_edition_2015 🔒
can_continue_type_after_non_fn_ident 🔒
Returns true if IDENT t can start a type – IDENT::a::b, IDENT<u8, u8>, IDENT<<u8 as Trait>::AssocTy>.