pub type SessionError = Error<SessionErrorKind>;Aliased Type§
pub struct SessionError {
pub context: &'static str,
pub kind: SessionErrorKind,
/* private fields */
}Fields§
§context: &'static str§kind: SessionErrorKindpub type SessionError = Error<SessionErrorKind>;pub struct SessionError {
pub context: &'static str,
pub kind: SessionErrorKind,
/* private fields */
}context: &'static str§kind: SessionErrorKind