1 2 3 4 5 6 7
#[derive(Clone, Copy, PartialEq, Debug)] pub enum StartingStrategy { FromStart, FromEnd, FromPosition, FromGtid, }