project-finder/benches/common/default.rs

4 lines
55 B
Rust

pub fn default<T: Default>() -> T {
T::default()
}