Type Definition ghost_actor::GhostActorDriver[][src]

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.