download

Function download 

Source
pub async fn download(
    message: &str,
    config: Arc<RwLock<ClientConfig>>,
    url: &str,
    path: &Path,
    command_rx: &mut Receiver<Message>,
    result_tx: &Sender<Message>,
) -> Result<()>