Type Definition yubihsm::connector::ConnectorError[][src]

type ConnectorError = Error<ConnectorErrorKind>;

yubihsm-connector related errors

Trait Implementations

impl From<Error> for ConnectorError
[src]

Performs the conversion.

impl From<Error> for ConnectorError
[src]

Performs the conversion.

impl From<ParseIntError> for ConnectorError
[src]

Performs the conversion.

impl From<Utf8Error> for ConnectorError
[src]

Performs the conversion.

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

Performs the conversion.

impl From<ConnectorError> for SessionError
[src]

Performs the conversion.