Macro libafl_bolts::tuple_for_each_mut

source ·
macro_rules! tuple_for_each_mut {
    ($fn_name:ident, $trait_name:path, $tuple_name:ident, $body:expr) => { ... };
}
Expand description

Iterate over a tuple, executing the given expr for each element, granting mut access.