Type Definition yubihsm::ClientError[][src]

type ClientError = Error<ClientErrorKind>;

Session errors

Trait Implementations

impl From<ConnectionError> for ClientError
[src]

Performs the conversion.

impl From<SessionError> for ClientError
[src]

Performs the conversion.

impl From<Error<SerializationErrorKind>> for ClientError
[src]

Performs the conversion.