Structs§
- Async
Read Body - Adapter that turns an
impl AsyncRead
to animpl Body
. - Response
Body - Response body for
ServeDir
andServeFile
. - Serve
Dir - Service that serves files from a given directory and all its sub directories.
- Serve
File - Service that serves a file.
Type Aliases§
- BoxError
- Alias for a type-erased error type.