Trait ethers::signers::yubihsm::connector::Connection[][src]

pub trait Connection: Send + Sync {
    fn send_message(
        &self,
        uuid: Uuid,
        msg: Message
    ) -> Result<Message, Error<ErrorKind>>; }
Expand description

Connections to the HSM

Required methods

Send a command message to the HSM, then read and return the response

Implementors