Macro bolero::fuzz[][src]

macro_rules! fuzz {
    ($($arg : tt) *) => { ... };
}
👎 Deprecated:

fuzz! has been deprecated in favor of check!.