1//! Session state of the ESME <-> MC session. 2//! 3//! Can be useful if you write a MC or an ESME to describe the session state. 4 5mod session_state; 6pub use session_state::SessionState;