Skip to main content

SharedServer

Type Alias SharedServer 

Source
pub type SharedServer = Arc<ServerShared>;
Expand description

Convenience alias: refcounted shared server config.

Aliased Typeยง

pub struct SharedServer { /* private fields */ }