Expand description
Contains all the core function that are common across different modules.
Functionsยง
- check_
and_ parse_ bounds - check_
and_ parse_ dyn - helper function that check and parser the
dyn
token, if is not present returnNone
. - check_
and_ parse_ fn_ qualifier - check_
and_ parse_ fn_ tok - check_
and_ parse_ generics_ params - parsing the declaration of the lifetimes and generics for a declaration of a impl block or struct.
- check_
and_ parse_ lifetime - helper function that check and parse the lifetime symbol
'
, if is not present returnNone
. - check_
and_ parse_ mut - helper function that check and parse the
mut
token, if is not present returnNone
. - check_
and_ parse_ ref - helper function that check and parse the reference token
&
, if is not present returnNone
. - check_
and_ parse_ return_ type - check_
and_ parse_ visibility - parse visibility identifier like `pub(crate)`` and return an option value in case it is not defined.
- check_
identifier - check_
identifiers - check_
is_ fun_ with_ visibility - check_
raw_ toks - check_
tok