Searched refs:IntoBenchmarkId (Results 1 – 1 of 1) sorted by relevance
250 pub fn bench_function<ID: IntoBenchmarkId, F>(&mut self, id: ID, mut f: F) -> &mut Self in bench_function() argument259 pub fn bench_with_input<ID: IntoBenchmarkId, F, I>( in bench_with_input() argument478 pub trait IntoBenchmarkId: private::Sealed { interface481 impl IntoBenchmarkId for BenchmarkId {486 impl<S: Into<String>> IntoBenchmarkId for S {