Skip to main content

MobileBluetoothBridge

Trait MobileBluetoothBridge 

Source
pub trait MobileBluetoothBridge: Send + Sync {
    // Required method
    fn start<'life0, 'async_trait>(
        &'life0 self,
        local_peer_id: String,
    ) -> Pin<Box<dyn Future<Output = Result<Receiver<PendingBluetoothLink>, Error>> + Send + 'async_trait>>
       where 'life0: 'async_trait,
             Self: 'async_trait;
}

Required Methods§

Source

fn start<'life0, 'async_trait>( &'life0 self, local_peer_id: String, ) -> Pin<Box<dyn Future<Output = Result<Receiver<PendingBluetoothLink>, Error>> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: 'async_trait,

Implementors§