pub type ActorEntitySpawnFuture<M> = Pin<Box<dyn Future<Output = ShardingResult<ActorEntityHandle<M>>> + Send + 'static>>;Expand description
Future that spawns one actor-backed sharding entity.
Aliased Typeยง
pub struct ActorEntitySpawnFuture<M> { /* private fields */ }