pub trait GetExecutionId<Hash>{
// Required method
fn get_execution_id(&self) -> &Hash;
}Expand description
A handler trait that allows generics to provide some execution_id
pub trait GetExecutionId<Hash>{
// Required method
fn get_execution_id(&self) -> &Hash;
}A handler trait that allows generics to provide some execution_id