Crate zon_fs

Source

Structs§

AsyncReadBody
Adapter that turns an impl AsyncRead to an impl Body.
ResponseBody
Response body for ServeDir and ServeFile.
ServeDir
Service that serves files from a given directory and all its sub directories.
ServeFile
Service that serves a file.

Type Aliases§

BoxError
Alias for a type-erased error type.