also, should i use `async fn in traits` or should i just return an `impl Future`

also, should i use
async fn in traits
or should i just return an
impl Future
Was this page helpful?