Function easy_plugin::extractor::tok_to_bin_op []

pub fn tok_to_bin_op(tok: &Spanned<Token>) -> Result<BinOpToken, (Span, String)>

Returns the Token::BinOp value in the supplied Spanned<Token>.