[][src]Trait lapin_futures::Connect

pub trait Connect {
    fn connect(
        self,
        options: ConnectionProperties,
        identity: Option<Identity>
    ) -> ClientFuture; }
Deprecated:

use lapin instead

Trait providing a method to connect to an AMQP server

Required methods

fn connect(
    self,
    options: ConnectionProperties,
    identity: Option<Identity>
) -> ClientFuture

Deprecated:

use lapin instead

Connect to an AMQP server

Loading content...

Implementations on Foreign Types

impl Connect for AMQPUri[src]

impl<'_> Connect for &'_ str[src]

Loading content...

Implementors

Loading content...