HK reception works

This commit is contained in:
2022-12-21 10:23:32 +01:00
parent b8a0ff1e2d
commit b1342776ae
4 changed files with 32 additions and 22 deletions

View File

@ -7,4 +7,4 @@ pub enum Request {
}
#[derive(Copy, Clone, Eq, PartialEq, Debug)]
struct RequestWithToken(Request, VerificationToken<TcStateAccepted>);
pub struct RequestWithToken(pub Request, pub VerificationToken<TcStateAccepted>);