[][src]Trait amq_protocol_tcp::AMQPUriTcpExt

pub trait AMQPUriTcpExt {
    fn connect_with_config(&self, config: TLSConfig) -> HandshakeResult;

    fn connect(&self) -> HandshakeResult
    where
        Self: Sized
, { ... } }

Trait providing a method to connect to a TcpStream

Required methods

fn connect_with_config(&self, config: TLSConfig) -> HandshakeResult

connect to a TcpStream with the given configuration

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...