pub type TCPServerHandle<I, R, T, B, C, IST> = Arc<Actor<TCPServer<I, R, T, B, C, IST>>>;
Type alias for an Arc<Actor<TCPServer<...>>>.
Arc<Actor<TCPServer<...>>>
pub struct TCPServerHandle<I, R, T, B, C, IST> { /* private fields */ }