Type Alias email::folder::sync::hunk::FolderName

source ·
pub type FolderName = String;
Expand description

Alias for the folder name.

Aliased Type§

struct FolderName {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>