pub type ArcServer = Arc<Server>;
A type alias for server.
This is an Arc-wrapped Server struct.
pub struct ArcServer { /* private fields */ }