dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.81k stars 84 forks source link

Allow fully elaborated `::core::marker::Trait` supertraits #170

Closed compiler-errors closed 3 years ago

compiler-errors commented 3 years ago
  1. Not sure if we want to use Eq on syn::Path or just break down the path's elements and compare idents ourselves.
  2. Should I add cases for ::std::marker::Path? The list kinda blows up, so I would say most explicit path and least explicit ident is okay for now.

Fixes #169