Skip to main content

ArcServer

Type Alias ArcServer 

Source
pub type ArcServer = Arc<Server>;
Expand description

A type alias for server.

This is an Arc-wrapped Server struct.

Aliased Typeยง

pub struct ArcServer { /* private fields */ }