Type Alias TcpListener

Source
pub type TcpListener = Box<dyn ITcpListener>;

Aliased Typeยง

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