fn try_eat_comma(iter: &mut RefTokenTreeCursor<'_>) -> bool
Expand description
Tries to move the iterator forward returning true
if there is a comma. If not, then the
iterator is not modified and the result is false
.
fn try_eat_comma(iter: &mut RefTokenTreeCursor<'_>) -> bool
Tries to move the iterator forward returning true
if there is a comma. If not, then the
iterator is not modified and the result is false
.