in src/requests.rs [41:47]
fn clone_box(&self) -> Box<dyn TextGenerationBackend + Send + Sync>; } impl<T> TextGenerationBackendClone for T where T: 'static + TextGenerationBackend + Clone + Send + Sync, {