Struct yubihsm::MockAdapter[][src]

pub struct MockAdapter(_);

A mocked connection to the MockHsm

Trait Implementations

impl Adapter for MockAdapter
[src]

Configuration options for this adapter

Create a new adapter with a clone of the MockHsm state

Rust never sleeps

Get the serial number for the current YubiHSM2 (if available)

Send a message to the MockHsm

Auto Trait Implementations

impl Send for MockAdapter

impl Sync for MockAdapter