Module frame_support_procedural_tools::syn_ext
source · Expand description
Extension to syn types, mainly for parsing
Structs§
- Note that syn Meta is almost fine for use case (lacks only
ToToken
) - stop parsing here getting remaining token as content Warn duplicate stream (part of)
Functions§
- Check if a
Expr
contains the givenIdent
. - Check if a
Type
contains the givenIdent
.