pub trait AsSigner {
// Required method
fn as_signer(&self) -> &dyn Signer;
}Required Methods§
Implementations on Foreign Types§
Source§impl AsSigner for Arc<dyn ThreadSafeSigner>
Available on crate feature async only.
impl AsSigner for Arc<dyn ThreadSafeSigner>
Available on crate feature
async only.