Type Alias ServerTransfer

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

State for the file transfer operations.

Aliased Typeยง

struct ServerTransfer { /* private fields */ }