issues
search
dtolnay
/
async-trait
Type erasure for async trait methods
Apache License 2.0
1.84k
stars
85
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Split into implementation and proc_macro crate
#79
Alxandr
closed
4 years ago
4
Support self in macro_rules!
#78
taiki-e
closed
4 years ago
1
Future type returned by trait methods should impl Sync
#77
kevinmehall
closed
1 year ago
10
Add must_use to async trait methods
#76
dtolnay
closed
4 years ago
2
async-trait should add `must_use` declaration
#75
matthauck
closed
4 years ago
2
Handle Self keyword inside macro invocations
#74
dtolnay
closed
4 years ago
0
Associated constants in trait functions
#73
cetra3
closed
4 years ago
1
cannot compile with serde's derive feature
#72
maddyblue
closed
4 years ago
1
Very vague and unhelpful error "implementation of `std::iter::Iterator` is not general enough" under certain circumstances
#71
anelson
closed
4 years ago
3
Allow future to be !Send
#70
Hexilee
closed
4 years ago
2
Failed to work with generic and DashMap
#69
linxiulei
closed
4 years ago
2
`self` in locally defined macro doesn't get rewritten
#68
athre0z
closed
4 years ago
3
Suppress clippy::type_repetition_in_bounds
#67
tyranron
closed
4 years ago
1
Preserve span of Group tokens in macro input
#66
dtolnay
closed
4 years ago
0
Macro expansion error inside #[async_trait] item points to wrong span
#65
tmandry
closed
4 years ago
3
Elided or placeholdered generic lifetimes are not properly respected in trait implementation
#64
SergioBenitez
opened
4 years ago
1
Attribute drops (some) attributes inside trait function implementations
#63
SergioBenitez
closed
4 years ago
2
Builds targeting musl currently fail
#62
marcelbuesing
closed
4 years ago
2
Problems with inherited associated types
#61
ilyavennik
closed
1 year ago
1
expected bound lifetime parameter, found concrete lifetime
#60
chrislearn
closed
4 years ago
1
Embed emoji in readme instead of depending on GFM
#59
KamilaBorowska
closed
4 years ago
0
Any ideas on how to abstract over async closures? Can you collaborate with Diesel to bring about async?
#58
Bajix
closed
4 years ago
1
Support trait methods with const generic parameters
#57
dtolnay
closed
4 years ago
0
add support for const generics
#56
Freax13
closed
4 years ago
3
Handle Self in expression position with braced fields
#55
dtolnay
closed
4 years ago
0
Handle `Self` in expression position
#54
dtolnay
closed
4 years ago
0
Self type in trait implementation causes panic in #[async_trait]
#53
SillyFreak
closed
4 years ago
3
Suppress missing_docs_in_private_items
#52
dtolnay
closed
4 years ago
0
`#[allow(clippy::missing_docs_in_private_items)]`
#51
lo48576
closed
4 years ago
1
`&mut self` parameters don't need `Sync` bounds
#50
oli-cosmian
closed
4 years ago
2
fix: Make "Send is not implemented" errors point to the block
#49
Marwes
closed
5 years ago
1
error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
#48
nirui
closed
5 years ago
4
Problem with implementing trait for `async fn`s
#47
WaffleLapkin
closed
1 year ago
7
self parameter gets expanded as module self in macro
#46
Marwes
closed
4 years ago
3
cross-project bug: async_trait and tracing::instrument are incompatible
#45
inanna-malick
closed
4 years ago
16
Fix static methods defined in trait with `where Self: ...` specified
#44
olegnn
closed
5 years ago
0
Fix disagreement between trait and impl about whether signature contains Self
#43
dtolnay
closed
5 years ago
0
lifetimes do not match method in trait
#42
technetos
closed
5 years ago
1
fix: Always refer to the core crate
#41
Marwes
closed
5 years ago
1
Lifetime bounds on method do not match the trait declaration
#40
djc
closed
5 years ago
5
feat: Parse unsafe traits and their impls
#39
Marwes
closed
5 years ago
1
Error using async trait helper methods with async trait bound on associated type
#38
inanna-malick
closed
5 years ago
2
Return future with lifetime that's different from `&self`s
#37
cpick
closed
5 years ago
3
Pin Travis to nightly-2019-10-01
#36
dtolnay
closed
5 years ago
0
`tokio-postgres` cannot work with `async-trait`
#35
UkonnRa
closed
5 years ago
1
Using `type` in async trait will cause some problems?
#34
UkonnRa
closed
1 year ago
3
lifetime parameters or bounds on method <...> do not match the trait declaration
#33
UkonnRa
closed
5 years ago
4
Support Self used as expr inside trait method body
#32
dtolnay
closed
5 years ago
0
Will `default async fn` be supported?
#31
UkonnRa
closed
5 years ago
1
Support trait with lifetime
#30
taiki-e
closed
5 years ago
1
Previous
Next