Type Definition reactor::ListenRec [] [src]

type ListenRec<'a> = Option<(TcpListener, Box<ConnHandler<'a>>)>;