Server

Type Alias Server 

Source
pub type Server = Server<Net, Service>;
Available on crate feature async-std only.
Expand description

A server that can be used with async-std runtime

Aliased Typeยง

pub struct Server { /* private fields */ }