add bench trait
cargo devel CI / cargo CI (push) Successful in 41s Details

This commit is contained in:
Christoph J. Scherr 2024-03-22 23:54:05 +01:00
parent 6158043a60
commit 98cb455a3c
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
use std::fmt::Debug;
pub trait Benchmark: Clone + Sized + Debug {
}