pub type HttpStoreEntry = Entry<HttpStoreFile, HttpStoreDirectory>;Expand description
Represents an entry in the HTTP store (file or directory).
Aliased Type§
enum HttpStoreEntry {
File(HttpStoreFile),
Directory(HttpStoreDirectory),
}pub type HttpStoreEntry = Entry<HttpStoreFile, HttpStoreDirectory>;Represents an entry in the HTTP store (file or directory).
enum HttpStoreEntry {
File(HttpStoreFile),
Directory(HttpStoreDirectory),
}