Function easy_plugin::extractor::tok_to_bin_op_eq []

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

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