I\'m using the async_trait crate to define an async method on a trait. I intend to transform the Future it returns into a Stream
async_trait
async
Future
Stream