Expand description

See SessionScope for more information.

Structs

The session is bound to a given keyspace.

The session is not bound to any keyspace in particular.

Traits

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.