-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
1つめ
error[E0049]: method `process_handshake` has 0 type parameters but its trait declaration has 1 type parameter
--> modules/anonify-enclave/src/group_key.rs:44:25
|
44 | fn process_handshake<
| _________________________^
45 | | #[cfg(feature = "backup-enable")] F: FnOnce(&[u8], u32) -> Result<PathSecret>,
46 | | >(
| |_____^ found 0 type parameters, expected 12つめ
error[E0061]: this function takes 3 arguments but 2 arguments were supplied
--> modules/anonify-enclave/src/handshake.rs:90:19
|
90 | group_key.process_handshake(
| ^^^^^^^^^^^^^^^^^ expected 3 arguments
91 | enclave_context.store_path_secrets(),
| ------------------------------------
92 | &handshake,
| ---------- supplied 2 arguments3つめ
error[E0046]: not all trait items implemented, missing: `key_vault_endpoint`
--> modules/anonify-enclave/src/context.rs:72:1
|
72 | impl ConfigGetter for AnonifyEnclaveContext {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `key_vault_endpoint` in implementation
|
= help: implement the missing item: `fn key_vault_endpoint(&self) -> &str { todo!() }`Reactions are currently unavailable