Type Definition yubihsm::SessionError[][src]

type SessionError = Error<SessionErrorKind>;

Session errors

Trait Implementations

impl From<ConnectorError> for SessionError
[src]

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.