in src/requests.rs [48:50]
fn clone_box(&self) -> Box<dyn TextGenerationBackend + Send + Sync> { Box::new(self.clone()) }