pub type Timepoint = Timepoint<u32>;

Aliased Type§

struct Timepoint {
    pub height: u32,
    pub index: u32,
}

Fields§

§height: u32§index: u32