Enums§
- AllowC
Variadic 🔒 - Allow
Plus 🔒 - Signals whether parsing a type should allow
+
. - RecoverQ
Path 🔒 - Recover
Question 🔒Mark - Recover
Return 🔒Sign - Signals whether parsing a type should recover
->
.
Functions§
- can_
begin_ 🔒dyn_ bound_ in_ edition_ 2015 - can_
continue_ 🔒type_ after_ non_ fn_ ident - Returns
true
ifIDENT t
can start a type –IDENT::a::b
,IDENT<u8, u8>
,IDENT<<u8 as Trait>::AssocTy>
.