pub trait KeyInfoSigner: Signer<Signature> + Sign { }
Expand description

A superset of Signer and Sign.

Implementors