[][src]Trait unicom::Connector

pub trait Connector: Send {
    fn url(&self) -> &Url;
fn connect(&self) -> BoxedConnect; }

Backend connector interface

Required methods

fn url(&self) -> &Url

Get device URL

fn connect(&self) -> BoxedConnect

Establish connection to device

Loading content...

Implementors

Loading content...