Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
async-await
/
in-trait
/
auxiliary
/
bad-region.rs
blob: 2bfd9bb37308e519a1ba602342404bb56ba57108 [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2021
#[
allow
(
async_fn_in_trait
)]
pub
trait
BleRadio
<
'
a
>
{
async
fn
transmit
(&
mut
self
);
}