pub type SessionRef = Arc<Session>;
A shared, thread-safe reference to a session.
pub struct SessionRef { /* private fields */ }