extern-trait 0.4.2

Opaque types for traits using static dispatch
Documentation
1
2
3
4
5
error: #[extern_trait] does not support async functions
 --> tests/ui/fail/method_async.rs:5:5
  |
5 |     async fn value(&self) -> i32;
  |     ^^^^^