pub trait MakeEvents {
const DERIVER_NAME: ();
// Required methods
fn get_salt_phrase() -> &'static LazyParam;
fn get_hash_prefix() -> &'static LazyParam;
fn events(&self) -> &[Event];
fn empty_hash() -> Fp;
}
Expand description
Required Associated Constants§
const DERIVER_NAME: ()
Required Methods§
fn get_salt_phrase() -> &'static LazyParam
fn get_hash_prefix() -> &'static LazyParam
fn events(&self) -> &[Event]
fn empty_hash() -> Fp
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.