Module pptr::puppet

source ·

Structs§

  • Represents the context of a puppet.

Enums§

Traits§

  • Defines the Handler trait for handling messages of type E in a puppet.
  • A trait that manages the entire lifecycle of puppets (actors) in an actor model.
  • A marker trait indicating that a type can be used as a puppet (actor).

Type Aliases§

  • Represents the response type for a handler of message type E in puppet type P.