extern-trait 0.4.2

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