Type Definition yubihsm::session::SessionError[][src]

type SessionError = Error<SessionErrorKind>;

Session errors

Trait Implementations

impl From<SessionError> for ClientError
[src]

Performs the conversion.

impl From<ConnectionError> for SessionError
[src]

Performs the conversion.

impl From<HsmErrorKind> for SessionError
[src]

Performs the conversion.

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

Performs the conversion.