pub trait SliderHeuristic {
// Required method
fn best_slider_end(
&mut self,
tokens: &[Token],
hunk: Range<u32>,
earliest_end: u32,
) -> u32;
}
pub trait SliderHeuristic {
// Required method
fn best_slider_end(
&mut self,
tokens: &[Token],
hunk: Range<u32>,
earliest_end: u32,
) -> u32;
}