Trait faktory::Reconnect

source ·
pub trait Reconnect: Sized {
    fn reconnect(&self) -> Result<Self>;
}
Expand description

A stream that can be re-established after failing.

Required Methods§

Re-establish the stream.

Implementations on Foreign Types§

Implementors§