Skip to main content

TCPServerHandle

Type Alias TCPServerHandle 

Source
pub type TCPServerHandle<I, R, T, B, C, IST> = Arc<Actor<TCPServer<I, R, T, B, C, IST>>>;
Expand description

Type alias for an Arc<Actor<TCPServer<...>>>.

Aliased Typeยง

pub struct TCPServerHandle<I, R, T, B, C, IST> { /* private fields */ }