Skip to main content

ActorEntitySpawnFuture

Type Alias ActorEntitySpawnFuture 

Source
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 */ }