You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let native_config = crate::deps::aws_cryptography_dbEncryptionSdk_dynamoDb_itemEncryptor::conversions::dynamo_db_item_encryptor_config::_dynamo_db_item_encryptor_config::plain_from_dafny(config);
20
21
21
22
let item_encryptor = item_encryptor_client::Client::from_conf(native_config);
22
-
let wrapped_encryptor = // where is this generated?
23
+
let wrapped_encryptor = wrapped_item_encryptor_client::Client{wrapped: item_encryptor};
23
24
let dafny_encryptor = ::dafny_runtime::upcast_object()(::dafny_runtime::object::new(wrapped_encryptor));
0 commit comments