Attribute Macro mongodb_internal_macros::action_impl

source ยท
#[action_impl]
Expand description

Generates:

  • an IntoFuture executing the given method body
  • an opaque wrapper type for the future in case we want to do something more fancy than BoxFuture.
  • a run method for sync execution, optionally with a wrapper function