Struct r2d2_nats::NatsConnectionManager[][src]

pub struct NatsConnectionManager { /* fields omitted */ }

Methods

impl NatsConnectionManager
[src]

Trait Implementations

impl Debug for NatsConnectionManager
[src]

Formats the value using the given formatter. Read more

impl ManageConnection for NatsConnectionManager
[src]

The connection type this manager deals with.

The error type returned by Connections.

Attempts to create a new connection.

Determines if the connection is still connected to the database. Read more

Quickly determines if the connection is no longer usable. Read more

Auto Trait Implementations