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.
2 parents aa851c3 + 2296fd0 commit ebc749bCopy full SHA for ebc749b
src/ctanker.rs
@@ -689,7 +689,7 @@ struct EncryptionOptionsWrapper<'a> {
689
unsafe impl Send for EncryptionOptionsWrapper<'_> {}
690
691
impl EncryptionOptions {
692
- fn to_c_encryption_options<'a>(&'a self) -> EncryptionOptionsWrapper {
+ fn to_c_encryption_options<'a>(&'a self) -> EncryptionOptionsWrapper<'a> {
693
let share_with_users = self
694
.share_with_users
695
.iter()
0 commit comments