Type Alias sos_server::ServerBackend

source ·
pub type ServerBackend = Arc<RwLock<Backend>>;
Expand description

State for the server backend.

Aliased Type§

struct ServerBackend { /* private fields */ }