[][src]Trait unicom::Connect

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

The establishing connect between backend and device

Implementors

impl<T> Connect for T where
    T: Future<Output = Result<BoxedConnection>> + Send
[src]

Loading content...