MCPcopy Create free account
hub / github.com/apache/fory / BenchmarkCase

Interface BenchmarkCase

benchmarks/rust/src/data.rs:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67pub trait BenchmarkCase: Clone + PartialEq + Sized + 'static {
68 const KIND: DataKind;
69
70 fn create() -> Self;
71}
72
73pub trait SchemaMismatchCase: BenchmarkCase {
74 type Read: ForyValueSerializer + ForyDefault + 'static;

Callers

nothing calls this directly

Implementers 1

data.rsbenchmarks/rust/src/data.rs

Calls

no outgoing calls

Tested by

no test coverage detected