[][src]Type Definition panda::Session

type Session<S> = Arc<SessionData<S>>;

Alias for Arc<SessionData>