Function rustc_expand::mbe::quoted::kleene_op [−][src]
Expand description
Takes a token and returns Some(KleeneOp)
if the token is +
*
or ?
. Otherwise, return
None
.
Takes a token and returns Some(KleeneOp)
if the token is +
*
or ?
. Otherwise, return
None
.