[][src]Trait amq_protocol_tcp::AMQPUriTcpExt

pub trait AMQPUriTcpExt {
    pub fn connect_with_config(
        &self,
        config: TLSConfig<'_, '_, '_>
    ) -> HandshakeResult; pub fn connect(&self) -> HandshakeResult
    where
        Self: Sized
, { ... } }

Trait providing a method to connect to a TcpStream

Required methods

pub fn connect_with_config(
    &self,
    config: TLSConfig<'_, '_, '_>
) -> HandshakeResult
[src]

connect to a TcpStream with the given configuration

Loading content...

Provided methods

pub fn connect(&self) -> HandshakeResult where
    Self: Sized
[src]

connect to a TcpStream

Loading content...

Implementations on Foreign Types

impl AMQPUriTcpExt for AMQPUri[src]

Loading content...

Implementors

Loading content...