Type Definition yubihsm::adapter::AdapterError[][src]

type AdapterError = Error<AdapterErrorKind>;

yubihsm-connector related errors

Trait Implementations

impl From<Error> for AdapterError
[src]

Performs the conversion.

impl From<Error> for AdapterError
[src]

Performs the conversion.

impl From<Error> for AdapterError
[src]

Performs the conversion.

impl From<ParseIntError> for AdapterError
[src]

Performs the conversion.

impl From<Utf8Error> for AdapterError
[src]

Performs the conversion.

impl From<AdapterError> for Error<SecureChannelErrorKind>
[src]

Performs the conversion.

impl From<AdapterError> for SessionError
[src]

Performs the conversion.