add missing trait bounds

This commit is contained in:
Robin Müller 2024-04-02 18:26:47 +02:00
parent 4ef7caefd8
commit a3f5b37a53
Signed by: muellerr
GPG Key ID: A649FB78196E3849

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 {