Type Alias email::folder::sync::hunk::FoldersName

source ·
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>