pub trait BenchmarkHelper<Chunk> {
// Required methods
fn valid_account_context() -> Context;
fn initialize_chunks() -> Vec<Chunk>;
}Required Methods§
fn valid_account_context() -> Context
fn initialize_chunks() -> Vec<Chunk>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
Source§impl BenchmarkHelper<()> for ()
Available on crate feature std only.
impl BenchmarkHelper<()> for ()
Available on crate feature
std only.fn valid_account_context() -> Context
fn initialize_chunks() -> Vec<()>
Source§impl BenchmarkHelper<StaticChunk> for ()
Available on crate feature std only.
impl BenchmarkHelper<StaticChunk> for ()
Available on crate feature
std only.