zero copy TM funnel

This commit is contained in:
2023-07-05 19:31:48 +02:00
parent f34ef841bf
commit 8210e01615
4 changed files with 16 additions and 21 deletions

View File

@ -233,7 +233,7 @@ impl TryFrom<TcStateToken> for VerificationToken<TcStateAccepted> {
if let TcStateToken::Accepted(token) = value {
Ok(token)
} else {
return Err(());
Err(())
}
}
}