[][src]Trait bluetooth_mesh::bearer::NetworkBearer

pub trait NetworkBearer<'sink> {
    fn send_pdu(
        &self,
        msg: &OutgoingEncryptedNetworkPDU
    ) -> Result<(), BearerError>;
fn take_pdu_sink(&'sink mut self, sink: &'sink dyn NetworkSink); }

Required methods

fn send_pdu(&self, msg: &OutgoingEncryptedNetworkPDU) -> Result<(), BearerError>

fn take_pdu_sink(&'sink mut self, sink: &'sink dyn NetworkSink)

Loading content...

Implementors

Loading content...