Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc
/
async
/
auxiliary
/
async-trait-dep.rs
blob: d89ec6d2998f94c5336f48b21b3c1f312b9e659e [
file
] [
log
] [
blame
]
//@ edition:2021
#![
allow
(
incomplete_features
)]
pub
trait
Meow
{
/// Who's a good dog?
async
fn
woof
();
}