pub trait BenchmarkHelper<Public, Signature> {
// Required method
fn sign_message(message: &[u8]) -> (Public, Signature);
}Required Methods§
fn sign_message(message: &[u8]) -> (Public, Signature)
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<MultiSigner, MultiSignature> for ()
Available on crate feature runtime-benchmarks only.
impl BenchmarkHelper<MultiSigner, MultiSignature> for ()
Available on crate feature
runtime-benchmarks only.