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.
1 parent 5b2f9cb commit 2b4f648Copy full SHA for 2b4f648
async-signature/src/lib.rs
@@ -19,7 +19,7 @@ use async_trait::async_trait;
19
///
20
/// This trait is an async equivalent of the [`signature::Signer`] trait.
21
#[async_trait(?Send)]
22
-pub trait AsyncSigner<S> {
+pub trait AsyncSigner<S: 'static> {
23
/// Attempt to sign the given message, returning a digital signature on
24
/// success, or an error if something went wrong.
25
0 commit comments