ServerTransfer

Type Alias ServerTransfer 

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

State for the file transfer operations.

Aliased Typeยง

pub struct ServerTransfer { /* private fields */ }