pub type PCloudStoreEntry = Entry<PCloudStoreFile, PCloudStoreDirectory>;
Expand description
Represents a file or directory entry within the pCloud store.
Aliased Type§
enum PCloudStoreEntry {
File(PCloudStoreFile),
Directory(PCloudStoreDirectory),
}