Skip to content

Commit 094027e

Browse files
authored
Update signer's key_id getter to return KeyId instance instead of link (#4)
1 parent cb4709f commit 094027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pub trait Signer<K: SignatureScheme> {
2020

2121
async fn public_key(&self) -> Result<K::PublicKey>;
2222

23-
fn key_id(&self) -> &Self::KeyId;
23+
fn key_id(&self) -> Self::KeyId;
2424
}

0 commit comments

Comments
 (0)