pub type GhostActorDriver = MustBoxFuture<'static, ()>;
Expand description

This future represents a spawned GhostActor task, you must await or spawn this task into an executor for the actor to function.

Aliased Type§

struct GhostActorDriver { /* private fields */ }