[][src]Module ghost_actor::ghost_actor_trait

Background utilities for dealing with the AsGhostActor trait. For the most part you shouldn't need to deal with these, instead, you should use a concrete type like GhostActor or BoxGhostActor.

Traits

AsGhostActor

Generic GhostActor Trait. You shouldn't need to deal with this unless you are implementing an alternate ghost_actor backend.

Type Definitions

RawInvokeClosure

Closure definition for AsGhostActor::__invoke