Struct lapin_futures::client::HeartbeatHandle[][src]

pub struct HeartbeatHandle(_);

A handle to stop a connection heartbeat.

Methods

impl HeartbeatHandle
[src]

Signals the heartbeat task to stop sending packets to the broker.

Auto Trait Implementations