[][src]Type Definition ghost_actor::GhostActorDriver

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

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