usestd::collections::HashMap;/// Represents information about a downloadable folder for an ambientCG asset.
#[derive(Debug)]pubstructDownloadFolder{pubtitle: String,
pubdownload_filetype_categories:HashMap<super::DownloadFileType, super::DownloadCategory>}