Skip to main content

WorkerRef

Type Alias WorkerRef 

Source
pub type WorkerRef<W> = ActorRef<Worker<W>>;

Aliased Type§

pub struct WorkerRef<W> {
    pub id: Uuid,
    /* private fields */
}

Fields§

§id: Uuid