pub struct DummySmartCard;
Expand description

A dummy VSmartCard implementation that prints to the log instead of performing any action.

Trait Implementations

Handles a Power On command.

Handles a Power Off command.

Handles a Reset command.

Executes the given APDU command and returns the response APDU.

The ATR of this smartcard, defaulting to DEFAULT_ATR.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.