[][src]Type Definition ghost_actor::GhostActorSpawn

type GhostActorSpawn<I, H, E> = Box<dyn FnOnce(I) -> MustBoxFuture<'static, Result<H, E>> + Send + 'static>;

This is the factory callback signature for spawning new actor tasks.