[][src]Trait amq_protocol_tcp::AMQPUriTcpExt

pub trait AMQPUriTcpExt {
    fn connect_with_identity(
        &self,
        identity: Option<Identity>
    ) -> HandshakeResult; fn connect(&self) -> HandshakeResult
    where
        Self: Sized
, { ... } }

Trait providing a method to connect to a TcpStream

Required methods

fn connect_with_identity(&self, identity: Option<Identity>) -> HandshakeResult

connect to a TcpStream with the given identity

Loading content...

Provided methods

fn connect(&self) -> HandshakeResult where
    Self: Sized

connect to a TcpStream

Loading content...

Implementations on Foreign Types

impl AMQPUriTcpExt for AMQPUri[src]

Loading content...

Implementors

Loading content...