Expand description
File system related services.
Structsยง
- AsyncRead Body 
- Adapter that turns an impl AsyncReadto animpl Body.
- DefaultServe DirFallback 
- The default fallback service used with ServeDir.
- ServeDir 
- Service that serves files from a given directory and all its sub directories.
- ServeFile 
- Service that serves a file.
- ServeFile System Response Body 
- Response body for ServeDirandServeFile.
- ServeFile System Response Future 
- Response future of ServeDir::try_call().