device-register-async

crates.io documentation

An async version of the trait from the crate device-register Note that you will need to use nightly and add those features.

```

![allow(incomplete_features)]

![feature(asyncfnintrait, impltrait_projections)]

```

For now you are probably better off using the traits directly, check the manual-impl test in the deivce-register crate.

License: MIT OR Apache-2.0