Module elfo::scope

source ·

Structs

Enums

  • A mode of (de)serialization. Useful to alternate a behavior depending on a context.

Functions

  • Exposes the current scope in order to send to other tasks.
  • Returns the current object’s meta.
  • Returns the current serde mode.
  • Replaces the current trace id with the provided one.
  • Returns the current trace id.
  • Exposes the current scope if inside the actor system.
  • Returns the current object’s meta if inside the actor system.
  • Replaces the current trace id with the provided one if inside the actor system.
  • Returns the current trace id if inside the actor system.
  • Accesses the current scope and runs the provided closure.
  • Accesses the current scope and runs the provided closure.
  • Sets the specified serde mode and runs the function.