Module iron::prelude
[−]
[src]
A module meant to be glob imported when using Iron.
For instance:
use iron::prelude::*;
This module contains several important traits that provide many
of the convenience methods in Iron, as well as Request
, Response
IronResult
, IronError
and Iron
.
Reexports
pub use ::{Chain, Request, Response, IronResult, IronError}; |
Structs
Iron |
The primary entrance point to |
Traits
Pluggable |
An interface for plugins that cache values between calls. |
Set |
A trait providing the set and set_mut methods for all types. |