Skip to main content

SessionRef

Type Alias SessionRef 

Source
pub type SessionRef = Arc<Session>;
Expand description

A shared, thread-safe reference to a session.

Aliased Typeยง

pub struct SessionRef { /* private fields */ }