StatusId

Type Alias StatusId 

Source
pub type StatusId = LocationHash;
Expand description

Status field to send with a Signal.

An alias over LocationHash so we have a semantic type but can change the underlying implementation whenever.

Aliased Type§

pub struct StatusId(pub u64);

Tuple Fields§

§0: u64