Module session_scope

Source
Expand description

See SessionScope for more information.

Structs§

Bound
The session is bound to a given keyspace.
Unbound
The session is not bound to any keyspace in particular.

Traits§

SessionScope
The session scope defines if the session is bound session_scope::Bound, meaning it is associated with a keyspace. Or unbound session_scope::Unbound, meaning it is not associated with any keyspace.