impl-trait-utils icon indicating copy to clipboard operation
impl-trait-utils copied to clipboard

Add a macro to enable dynamic dispatch for `async trait`

Open Tudyx opened this issue 1 year ago • 2 comments

From my understanding, as mentioned in the blog post announcing async fn in trait, this crate will support a macro to enable dynamic dispatch for async trait.

I don't want to put a pressure of any kind (I'm fine using the async_trait crate), I just think having a tracking issue will be better than polling this crate from time to time to see if it's implemented.

Tudyx avatar Feb 18 '24 19:02 Tudyx

This would be very useful for crate maintainers to be able to have a drop-in replacement for async-trait where they can enable/disable dynamic dispatch based on a feature flag.

Sytten avatar Apr 29 '24 13:04 Sytten

For those interested it seems that initial support has landed here https://github.com/spastorino/dynosaur

stormshield-gt avatar Oct 15 '24 07:10 stormshield-gt