Type Alias sos_server::ServerTransfer

source ·
pub type ServerTransfer = Arc<RwLock<HashSet<ExternalFile>>>;
Expand description

State for the file transfer operations.

Aliased Type§

struct ServerTransfer { /* private fields */ }