Skip to main content

from_infix

Function from_infix 

Source
fn from_infix(token: &Token) -> Option<(PatOp, Prec)>
Expand description

Tries to map the incoming Token to a pattern operator and its following precedence level