blob: 2bfd9bb37308e519a1ba602342404bb56ba57108 [file] [log] [blame]
//@ edition:2021
#[allow(async_fn_in_trait)]
pub trait BleRadio<'a> {
async fn transmit(&mut self);
}