Trait edgedb_tokio::state::State

source ·
pub trait State: SealedState + Send + Sync { }
Expand description

Provides state of the session in the binary form

This trait is sealed.

Implementations on Foreign Types§

source§

impl State for Arc<State>

source§

impl State for Arc<PoolState>

source§

impl State for State

Implementors§