Module staticdir::errors [] [src]

This module imports errors generated by StaticDir and which are provided as response to following Iron middlewares.

Structs

BadString

Generated when failed to convert OsString to String

Functions

io_to_iron

Maps std::io::Error to iron::prelude::IronError. This function may be useful when dealing with IO errors while implementing custom ResponseStrategy.