Skip to content
Snippets Groups Projects
Verified Commit 2ef9eb72 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

make type alias public

parent 18184763
Branches
No related tags found
No related merge requests found
Pipeline #9116 passed
......@@ -9,7 +9,7 @@ use std::{
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
type FnTimed<T> = Box<dyn Fn() -> TimeWithValue<T>>;
pub type FnTimed<T> = Box<dyn Fn() -> TimeWithValue<T>>;
#[derive(Debug, Clone)]
/// hold information about the benchmark to run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment