[][src]Trait lapin_futures::client::Connect

pub trait Connect {
    fn connect(
        self,
        credentials: Credentials,
        options: ConnectionProperties
    ) -> ClientFuture; }

Trait providing a method to connect to an AMQP server

Required methods

fn connect(
    self,
    credentials: Credentials,
    options: ConnectionProperties
) -> ClientFuture

Connect to an AMQP server

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl Connect for AMQPUri[src]

Loading content...