We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6865a2f commit 18ff1deCopy full SHA for 18ff1de
crates/bitwarden-crypto/examples/seal_struct.rs
@@ -92,7 +92,7 @@ key_ids! {
92
#[symmetric]
93
pub enum ExampleSymmetricKey {
94
#[local]
95
- ItemKey
+ ItemKey(LocalId)
96
}
97
98
#[asymmetric]
0 commit comments