use Serialize;
/// Information about the session's current state.
///
/// This is intended for external code to peek inside
/// the session's internals for debugging and monitoring.
/// The status of the session as reported to external consumers.
///
/// These roughly correspond to the `SessionState` variants but don't contain
/// internal state.