From 38ea76f490a94b5734d4b39ca0c0be2e6ab6f90a Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 1 Oct 2025 14:30:07 +0300 Subject: implemented existing functions for sync client --- src/sync_lib/traits.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sync_lib/traits.rs') diff --git a/src/sync_lib/traits.rs b/src/sync_lib/traits.rs index 4cc40ca..76e3875 100644 --- a/src/sync_lib/traits.rs +++ b/src/sync_lib/traits.rs @@ -59,7 +59,9 @@ pub trait ImportingAndDeletingFiles { fn generate_hashes_for_file(&self, file: PathBuf) -> Result; } +/// Trait for importing and editing file urls. pub trait ImportingAndEditingUrls { + /// Ask the client about an URL's files. fn get_url_files( &self, url: &str, -- cgit v1.3.1