Module dubbo::codegen

source ·

Re-exports

Structs

  • A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • The context of an asynchronous task.
  • A stream of Bytes, used when receiving bodies.

Enums

  • Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.

Traits

  • Trait representing a streaming body of a Request or Response.
  • An asynchronous function from a Request to a Response.

Attribute Macros