#[action_impl]Expand description
Generates:
- an
IntoFutureexecuting the given method body - an opaque wrapper type for the future in case we want to do something more fancy than BoxFuture.
- a
runmethod for sync execution, optionally with a wrapper function