[][src]Function dia_assert::try_n_with

pub fn try_n_with<F>(n: u8, f: F) where
    F: Fn() -> String

Tries n times

This function makes new Assert with 1 as exit code; then calls try_n_with().