Skip to main content

ExecutionUuid

Type Alias ExecutionUuid 

Source
pub type ExecutionUuid = TypedUuid<ExecutionUuidKind>;
Expand description

A unique identifier for an execution of an update engine.

Each time an UpdateEngine is executed, it is assigned a unique ExecutionUuid.

Aliased Typeยง

pub struct ExecutionUuid { /* private fields */ }