ih_muse_proto/
types.rs

1
2
3
4
5
6
pub type ElementKindId = u64;
pub type ElementId = u64;
pub type LocalElementId = uuid::Uuid;
pub type MetricId = u32;
pub type MetricValue = f32;
pub type Timestamp = i64;