pub type CommandId = LocationHash;
Expand description
An alias over LocationHash so we have a semantic type
but can change the underlying implementation whenever.
See Event::Command
.
Aliased Type§
pub struct CommandId(pub u64);
Tuple Fields§
§0: u64