Trait unicom::Connect[][src]

pub trait Connect: Future<Output = Result<BoxedConnection>> + Send { }
Expand description

The establishing connect between backend and device

Implementors