async_fn_in_trait has been stabilized, declaring the crate's traits as "native" async traits can bring some performance benefits or make the code simpler, it could also help to towards a no-alloc version of the crate that works better in embedded devices as futures no longer have to be Boxed.
async_fn_in_traithas been stabilized, declaring the crate's traits as "native" async traits can bring some performance benefits or make the code simpler, it could also help to towards a no-alloc version of the crate that works better in embedded devices as futures no longer have to beBoxed.