pub type ServerBackend = Arc<RwLock<Backend>>;
State for the server backend.
struct ServerBackend { /* private fields */ }