Type Definition yubihsm::ConnectionError[][src]

type ConnectionError = Error<ConnectionErrorKind>;

yubihsm-connector related errors

Trait Implementations

impl From<ConnectionError> for ClientError
[src]

Performs the conversion.

impl From<Error> for ConnectionError
[src]

Performs the conversion.

impl From<Error> for ConnectionError
[src]

Performs the conversion.

impl From<Error> for ConnectionError
[src]

Performs the conversion.

impl From<ParseIntError> for ConnectionError
[src]

Performs the conversion.

impl From<Utf8Error> for ConnectionError
[src]

Performs the conversion.

impl From<ConnectionError> for SessionError
[src]

Performs the conversion.