add missing trait bounds

This commit is contained in:
2024-04-02 18:26:47 +02:00
parent 4ef7caefd8
commit a3f5b37a53

View File

@ -919,7 +919,7 @@ pub mod alloc_mod {
fn modify_tm(&self, tm: &mut PusTmCreator);
}
#[derive(Default)]
#[derive(Default, Copy, Clone)]
pub struct DummyVerificationHook {}
impl VerificationHookProvider for DummyVerificationHook {