Function rustc_expand::mbe::quoted::kleene_op

source ·
fn kleene_op(token: &Token) -> Option<KleeneOp>
Expand description

Takes a token and returns Some(KleeneOp) if the token is + * or ?. Otherwise, return None.