pub type FoldersName = HashSet<FolderName>;Expand description
Alias for the unique set of folder names.
Aliased Type§
struct FoldersName {
base: HashSet<String, RandomState>,
}Fields§
§base: HashSet<String, RandomState>pub type FoldersName = HashSet<FolderName>;Alias for the unique set of folder names.
struct FoldersName {
base: HashSet<String, RandomState>,
}base: HashSet<String, RandomState>