Module rocket_file_cache::cached_file [] [src]

Structs

CachedFile

A wrapper around an in-memory file. This struct is created when when a request to the cache is made. The CachedFile knows its path, so it can set the content type when it is serialized to a response.

RespondableFile