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§
- Session
Scope - The session scope defines if the session is bound
session_scope::Bound
, meaning it is associated with a keyspace. Or unboundsession_scope::Unbound
, meaning it is not associated with any keyspace.