1 2 3 4 5 6 7
pub trait HaveBaseStartTick { fn base_start_tick(&self) -> u32; } pub trait HaveStartTick { fn start_tick(&self) -> u32; }