0

我有一个解析器设置,我已尽dbg_dmp我所能注入:

permutation((
        check_eye_color,
        check_passport_id,
        check_birth_year,
        check_issue_year,
        check_expiry_year,
        check_hair_color,
        check_height,
        dbg_dmp(check_cid, "cid"),
    ))(input)

这给了我:

error[E0277]: expected a `FnMut<(&str,)>` closure, found `impl Fn<(&[u8],)>`

不知道为什么或如何解决这个问题。

4

0 回答 0