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.
KeyId
1 parent cb4709f commit 094027eCopy full SHA for 094027e
src/signer.rs
@@ -20,5 +20,5 @@ pub trait Signer<K: SignatureScheme> {
20
21
async fn public_key(&self) -> Result<K::PublicKey>;
22
23
- fn key_id(&self) -> &Self::KeyId;
+ fn key_id(&self) -> Self::KeyId;
24
}
0 commit comments