pub trait EmulatorProxyInterface: Send + Sync {
    // Required method
    fn open(&self, channel: ServerEnd<HciEmulatorMarker>) -> Result<(), Error>;
}

Required Methods§

source

fn open(&self, channel: ServerEnd<HciEmulatorMarker>) -> Result<(), Error>

Implementors§