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