Trait rotor_stream::ActiveStream
[−]
[src]
pub trait ActiveStream: StreamSocket {
type Address;
fn connect(addr: &Self::Address) -> Result<Self>;
}
Associated Types
type Address
Required Methods
Implementors
impl ActiveStream for TcpStreamimpl ActiveStream for UnixStream