Server

Type Alias Server 

Source
pub type Server = Box<dyn IServer>;

Aliased Typeยง

pub struct Server(/* private fields */);