Ready to implement sync client manager
This commit is contained in:
3
src/sync_client.rs
Normal file
3
src/sync_client.rs
Normal file
@ -0,0 +1,3 @@
|
||||
/// ID of sync client
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SyncClientID(uuid::Uuid);
|
Reference in New Issue
Block a user