pub fn validate_pivot_smaller_than_text( pivot: usize, cover_text: &str, ) -> Result<(), Box<dyn Error>>